phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak navbar.inc.php,1.27


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak navbar.inc.php,1.27.2.7,1.27.2.8
Date: Fri, 04 Jul 2003 08:46:24 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/verdilak
In directory subversions:/tmp/cvs-serv2977/verdilak

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

Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/verdilak/Attic/navbar.inc.php,v
retrieving revision 1.27.2.7
retrieving revision 1.27.2.8
diff -C2 -r1.27.2.7 -r1.27.2.8
*** navbar.inc.php      1 Jul 2003 22:02:52 -0000       1.27.2.7
--- navbar.inc.php      4 Jul 2003 12:46:22 -0000       1.27.2.8
***************
*** 26,30 ****
                $var['navbar_text'] = 
$GLOBALS['phpgw_info']['theme']['navbar_text'];
                $applications = '';
!               foreach($GLOBALS['phpgw_info']['navbar'] as $app => $app_data)
                {
                        if ($app != 'home' && $app != 'preferences' && $app != 
'about' && $app != 'logout')
--- 26,30 ----
                $var['navbar_text'] = 
$GLOBALS['phpgw_info']['theme']['navbar_text'];
                $applications = '';
!               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]