[Fusionforge-commits] r7799 - branches/Branch_4_8/gforge/www/include

Roland Mas lolando at libremir.placard.fr.eu.org
Wed Jun 10 21:34:18 CEST 2009


Author: lolando
Date: 2009-06-10 21:34:18 +0200 (Wed, 10 Jun 2009)
New Revision: 7799

Modified:
   branches/Branch_4_8/gforge/www/include/project_home.php
Log:
Syntax fix

Modified: branches/Branch_4_8/gforge/www/include/project_home.php
===================================================================
--- branches/Branch_4_8/gforge/www/include/project_home.php	2009-06-10 19:29:05 UTC (rev 7798)
+++ branches/Branch_4_8/gforge/www/include/project_home.php	2009-06-10 19:34:18 UTC (rev 7799)
@@ -298,7 +298,7 @@
 		for ($j = 0; $j < $rows; $j++) {
 			echo '<li>' ;
 			print util_make_link ('/tracker/?atid='. db_result($result, $j, 'group_artifact_id') . '&amp;group_id='.$group_id.'&amp;func=browse',db_result($result, $j, 'name')) . ' ' ;
-		.sprintf(ngettext('(<strong>%1$s</strong> open / <strong>%2$s</strong> total)', '(<strong>%1$s</strong> open / <strong>%2$s</strong> total)', (int) db_result($result, $j, 'open_count')), (int) db_result($result, $j, 'open_count'), (int) db_result($result, $j, 'count')) .'<br />'.
+			sprintf(ngettext('(<strong>%1$s</strong> open / <strong>%2$s</strong> total)', '(<strong>%1$s</strong> open / <strong>%2$s</strong> total)', (int) db_result($result, $j, 'open_count')), (int) db_result($result, $j, 'open_count'), (int) db_result($result, $j, 'count')) .'<br />'.
 			 db_result($result, $j, 'description');
 			echo '</li>' ;
 		}




More information about the Fusionforge-commits mailing list