[Fusionforge-commits] r7154 - trunk/gforge/www/include

Gonéri Le Bouder goneri at libremir.placard.fr.eu.org
Wed Mar 11 17:00:37 CET 2009


Author: goneri
Date: 2009-03-11 17:00:37 +0100 (Wed, 11 Mar 2009)
New Revision: 7154

Modified:
   trunk/gforge/www/include/html.php
Log:
sys_use_diary is a GLOBALS var

Modified: trunk/gforge/www/include/html.php
===================================================================
--- trunk/gforge/www/include/html.php	2009-03-11 16:00:26 UTC (rev 7153)
+++ trunk/gforge/www/include/html.php	2009-03-11 16:00:37 UTC (rev 7154)
@@ -655,7 +655,7 @@
 	echo $HTML->header($params);
 	echo html_feedback_top((isset($GLOBALS['feedback']) ? $GLOBALS['feedback'] : ''));
 	echo ($HTML->beginSubMenu());
-	if ($sys_use_diary) { 
+	if ($GLOBALS['sys_use_diary']) {
 		echo ($HTML->printSubMenu(
 			array(_('My Personal Page'),
 				_('Diary & Notes'),




More information about the Fusionforge-commits mailing list