[Fusionforge-commits] r7150 - trunk/gforge/www/project/stats

Julien HEYMAN jheyman at libremir.placard.fr.eu.org
Wed Mar 11 08:48:24 CET 2009


Author: jheyman
Date: 2009-03-11 08:48:24 +0100 (Wed, 11 Mar 2009)
New Revision: 7150

Modified:
   trunk/gforge/www/project/stats/index.php
Log:
Fixed bug in reporting

Modified: trunk/gforge/www/project/stats/index.php
===================================================================
--- trunk/gforge/www/project/stats/index.php	2009-03-11 07:48:08 UTC (rev 7149)
+++ trunk/gforge/www/project/stats/index.php	2009-03-11 07:48:24 UTC (rev 7150)
@@ -40,7 +40,6 @@
 
 site_project_header(array('title'=>_('Project Activity').' '.$group->getPublicName(),'group'=>$group_id,'toptab'=>'home'));
 
-if ($area && !is_numeric($area)) { $area = 1; }
 if ($SPAN && !is_numeric($SPAN)) { $SPAN = 1; }
 if ($start && !is_numeric($start)) { $start = false; }
 if ($end && !is_numeric($end)) { $end = false; }




More information about the Fusionforge-commits mailing list