[Fusionforge-commits] r8943 - trunk/gforge/www/themes/gforge

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Mar 4 11:30:47 CET 2010


Author: lolando
Date: 2010-03-04 11:30:46 +0100 (Thu, 04 Mar 2010)
New Revision: 8943

Modified:
   trunk/gforge/www/themes/gforge/Theme.class.php
Log:
Fixed syntax

Modified: trunk/gforge/www/themes/gforge/Theme.class.php
===================================================================
--- trunk/gforge/www/themes/gforge/Theme.class.php	2010-03-04 10:19:26 UTC (rev 8942)
+++ trunk/gforge/www/themes/gforge/Theme.class.php	2010-03-04 10:30:46 UTC (rev 8943)
@@ -212,7 +212,6 @@
 			$tabwidth = intval(ceil(($i+1)*100/$count)) - $accumulated_width ;
 			$accumulated_width += $tabwidth ;
 
-		for ($i=0; $i<$count; $i++) {
 			if ($selected == $i) {
 				$left_img   = $folder.'selected-left.gif';
 				$middle_img = $folder.'selected-middle.gif';




More information about the Fusionforge-commits mailing list