[Fusionforge-commits] r10495 - trunk/src/www/reporting

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Thu Sep 16 10:16:14 CEST 2010


Author: nerville
Date: 2010-09-16 10:16:14 +0200 (Thu, 16 Sep 2010)
New Revision: 10495

Modified:
   trunk/src/www/reporting/usersummary.php
Log:
fix reporting

Modified: trunk/src/www/reporting/usersummary.php
===================================================================
--- trunk/src/www/reporting/usersummary.php	2010-09-16 08:15:08 UTC (rev 10494)
+++ trunk/src/www/reporting/usersummary.php	2010-09-16 08:16:14 UTC (rev 10495)
@@ -1,26 +1,24 @@
 <?php
 /**
- * Reporting System
+ * FusionForge Reporting System
  *
- * Copyright 2004 (c) GForge LLC
+ * Copyright 2003-2004 (c) GForge LLC, Tim Perdue
+ * Copyright 2010 (c), FusionForge Team
  *
- * @author Tim Perdue tim at gforge.org
- * @date 2003-03-16
+ * This file is part of FusionForge.
  *
- * This file is part of GForge.
- *
- * GForge is free software; you can redistribute it and/or modify
+ * FusionForge is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * GForge is distributed in the hope that it will be useful,
+ * FusionForge is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with GForge; if not, write to the Free Software
+ * along with FusionForge; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
@@ -96,7 +94,7 @@
 	summary, pt.hours, end_date, pt.project_task_id, pt.hours',
 				array ($start,
 				       $end,
-				       db_int_array_to_any_clause ($tstat)));
+				       db_int_array_to_any_clause (array($tstat))));
 if (!$res || db_numrows($res) < 1) {
 	echo '<div class="feedback">' . _('No matches found').db_error() . '</div>';
 } else {




More information about the Fusionforge-commits mailing list