phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences index.php,1.28,1.29


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences index.php,1.28,1.29
Date: Sun, 03 Nov 2002 19:55:09 -0500

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv6727/preferences

Modified Files:
        index.php 
Log Message:
update prefs to use lang() instead 

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/index.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** index.php   4 Nov 2002 00:50:18 -0000       1.28
--- index.php   4 Nov 2002 00:55:07 -0000       1.29
***************
*** 122,126 ****
                
section_start($appname,$GLOBALS['phpgw']->common->image($appname,'navbar','',True));
  
!               while(list($text,$url) = each($file))
                {
                        section_item($url,lang($text));
--- 122,126 ----
                
section_start($appname,$GLOBALS['phpgw']->common->image($appname,'navbar','',True));
  
!               while(is_array($file) && list($text,$url) = each($file))
                {
                        section_item($url,lang($text));





reply via email to

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