phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb navbar.inc.php,1.20.2.5,1.20.2.6
Date: Sat, 05 Jul 2003 09:17:32 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv9586/justweb

Modified Files:
      Tag: Version-0_9_14-branch
        navbar.inc.php 
Log Message:
fix for php3 compliance fix

Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/justweb/Attic/navbar.inc.php,v
retrieving revision 1.20.2.5
retrieving revision 1.20.2.6
diff -C2 -r1.20.2.5 -r1.20.2.6
*** navbar.inc.php      4 Jul 2003 12:46:22 -0000       1.20.2.5
--- navbar.inc.php      5 Jul 2003 13:17:29 -0000       1.20.2.6
***************
*** 30,34 ****
                }
  
!               while(list($app,$appdata) = 
each($GLOBALS['phpgw_info']['navbar']))
                {
                        if ($app != 'home' && $app != 'preferences' && $app != 
'about' && $app != 'logout')
--- 30,34 ----
                }
  
!               while(list($app,$app_data) = 
each($GLOBALS['phpgw_info']['navbar']))
                {
                        if ($app != 'home' && $app != 'preferences' && $app != 
'about' && $app != 'logout')





reply via email to

[Prev in Thread] Current Thread [Next in Thread]