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 88576a6086518b3ec90c22367f8baa043d4c0bd3 (commit)
from 9499275d9ea8392acc46c7b78b737f803d9bf525 (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=88576a6086518b3ec90c22367f8baa043d4c0bd3
commit 88576a6086518b3ec90c22367f8baa043d4c0bd3
Author: Franck Villaume <[email protected]>
Date: Thu Aug 10 08:55:12 2017 +0000
fix wrong var
diff --git a/src/plugins/scmcvs/common/CVSPlugin.class.php
b/src/plugins/scmcvs/common/CVSPlugin.class.php
index da2f355..eb3fa42 100644
--- a/src/plugins/scmcvs/common/CVSPlugin.class.php
+++ b/src/plugins/scmcvs/common/CVSPlugin.class.php
@@ -186,10 +186,10 @@ over it to the project's administrator.");
$cells = array();
$cells[] =
array(util_display_user($data['user_name'], $data['user_id'],
$data['realname']), 'class' => 'halfwidth');
$cells[] = array($data['adds'], 'class' =>
'onequarterwidth align-right');
- $cells[] = array($data['updates'], 'class' =>
'onequarterwidth align-right');
+ $cells[] = array($data['commits'], 'class' =>
'onequarterwidth align-right');
$b .= $HTML->multiTableRow(array(), $cells);
$total['adds'] += $data['adds'];
- $total['updates'] += $data['commits'];
+ $total['commits'] += $data['commits'];
$i++;
}
$cells = array();
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmcvs/common/CVSPlugin.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits