[Fusionforge-commits] FusionForge branch master updated. 7a40c40f489b8a7ff87f3693e2977fd35a73ab6c

Franck VILLAUME nerville at fusionforge.org
Thu Feb 20 11:01:49 CET 2014


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  7a40c40f489b8a7ff87f3693e2977fd35a73ab6c (commit)
      from  116a35ddd784ec5a5ea7a2498d0da6d09921dadf (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 -----------------------------------------------------------------
commit 7a40c40f489b8a7ff87f3693e2977fd35a73ab6c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 20 11:01:17 2014 +0100

    fix php syntax

diff --git a/src/www/forum/index.php b/src/www/forum/index.php
index 2c511bf..27f39f6 100644
--- a/src/www/forum/index.php
+++ b/src/www/forum/index.php
@@ -80,7 +80,7 @@ if ($group_id) {
 			echo $farr[$j]->getErrorMessage();
 		} else {
 			echo '<tr '. $HTML->boxGetAltRowStyle($j) . '><td>'.
-				util_make_link('/forum/forum.php?forum_id='.$farr[$j]->getID().'&group_id='.$group_id), html_image('ic/forum20w.png').' '.$farr[$j]->getName()).'</td>
+				util_make_link('/forum/forum.php?forum_id='.$farr[$j]->getID().'&group_id='.$group_id, html_image('ic/forum20w.png').' '.$farr[$j]->getName()).'</td>
 				<td>'.$farr[$j]->getDescription().'</td>
 				<td class="align-center">'.$farr[$j]->getThreadCount().'</td>
 				<td class="align-center">'. $farr[$j]->getMessageCount() .'</td>

-----------------------------------------------------------------------

Summary of changes:
 src/www/forum/index.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list