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 7121949fb3de0b34a6bf73b03d17e80b5c633471 (commit)
from 96dd023416db423c874b2c8d1742e710c2c7e785 (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=7121949fb3de0b34a6bf73b03d17e80b5c633471
commit 7121949fb3de0b34a6bf73b03d17e80b5c633471
Author: Franck Villaume <[email protected]>
Date: Mon Mar 21 15:48:32 2016 +0100
cvstracker: remove useless parenthesis
diff --git a/src/plugins/cvstracker/bin/post.php
b/src/plugins/cvstracker/bin/post.php
index 6b65dda..f76d4a3 100755
--- a/src/plugins/cvstracker/bin/post.php
+++ b/src/plugins/cvstracker/bin/post.php
@@ -31,14 +31,15 @@
require dirname(__FILE__).'/../../env.inc.php';
require_once $gfcommon.'include/pre.php';
-require_once ($gfcommon.'common/include/utils.php');
-require_once ('libphp-snoopy/Snoopy.class.php');
+require_once $gfcommon.'common/include/utils.php';
+require_once 'libphp-snoopy/Snoopy.class.php';
$cvs_binary_version = get_cvs_binary_version () ;
if ($cvs_binary_version != "1.12" &&
$cvs_binary_version != "1.11" )
$cvs_binary_version = "1.12";
+
/**
* It returns the usage and exit program
*
-----------------------------------------------------------------------
Summary of changes:
src/plugins/cvstracker/bin/post.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits