[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2120-gf8ebe78
Franck Villaume
nerville at libremir.placard.fr.eu.org
Fri Aug 18 11:34:14 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via f8ebe78334f5c47251e0c819158edfc5a28ebc41 (commit)
from ddfa888d89bd9b71cb3e7f774c767da117a24041 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=f8ebe78334f5c47251e0c819158edfc5a28ebc41
commit f8ebe78334f5c47251e0c819158edfc5a28ebc41
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date: Fri Aug 18 09:34:10 2017 +0000
fix PHP syntax
diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php b/src/plugins/scmsvn/common/SVNPlugin.class.php
index 4e0347e..05d1655 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -413,7 +413,7 @@ some control over it to the project's administrator.");
$res = db_query_params('DELETE FROM stats_cvs_user WHERE month = $1 AND day = $2 AND group_id = $3 AND reponame = $4',
array($month_string,
$day,
- $project->getID()
+ $project->getID(),
$project->getUnixName()));
if(!$res) {
echo "Error while cleaning stats_cvs_user\n" ;
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmsvn/common/SVNPlugin.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list