[Fusionforge-commits] r8487 - trunk/gforge/common/reporting

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Wed Dec 9 21:15:31 CET 2009


Author: aljeux
Date: 2009-12-09 21:15:31 +0100 (Wed, 09 Dec 2009)
New Revision: 8487

Modified:
   trunk/gforge/common/reporting/report_utils.php
Log:
No feedback in footer, already in header

Modified: trunk/gforge/common/reporting/report_utils.php
===================================================================
--- trunk/gforge/common/reporting/report_utils.php	2009-12-09 20:15:26 UTC (rev 8486)
+++ trunk/gforge/common/reporting/report_utils.php	2009-12-09 20:15:31 UTC (rev 8487)
@@ -34,9 +34,6 @@
 
 function report_footer() {
 	global $HTML;
-	if (isset($GLOBALS['feedback'])) {
-		echo html_feedback_bottom($GLOBALS['feedback']);
-	}
 	echo $HTML->footer(array());
 }
 




More information about the Fusionforge-commits mailing list