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 f05d96fe27e748e388ab65558639649020ba0084 (commit)
from 68c7579c53c8281ba69c2cdbe0e68542f781b570 (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=f05d96fe27e748e388ab65558639649020ba0084
commit f05d96fe27e748e388ab65558639649020ba0084
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Mar 17 17:48:26 2017 +0100
listTableBottom has no argument
diff --git a/src/plugins/globalactivity/www/index.php
b/src/plugins/globalactivity/www/index.php
index adfcd4a..0912a62 100644
--- a/src/plugins/globalactivity/www/index.php
+++ b/src/plugins/globalactivity/www/index.php
@@ -156,9 +156,7 @@ if (count($ids) < 1) {
$displayTableTop = 1;
}
if ($last_day != strftime($date_format,
$arr['activity_date'])) {
- // echo $HTML->listTableBottom($theader);
echo '<tr class="tableheading"><td
colspan="4">'.strftime($date_format, $arr['activity_date']).'</td></tr>';
- // echo $HTML->listTableTop($theader);
$last_day=strftime($date_format,
$arr['activity_date']);
}
switch (@$arr['section']) {
@@ -236,7 +234,7 @@ if (count($ids) < 1) {
echo $HTML->multiTableRow(array('class' =>
$HTML->boxGetAltRowStyle($j++, true)), $cells);
}
if ($displayTableTop) {
- echo $HTML->listTableBottom($theader);
+ echo $HTML->listTableBottom();
}
if (!$displayTableTop) {
echo $HTML->information(_('No Activity Found'));
@@ -247,5 +245,4 @@ if (count($ids) < 1) {
echo '</div>';
}
-
site_project_footer();
-----------------------------------------------------------------------
Summary of changes:
src/plugins/globalactivity/www/index.php | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits