phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin index.php,1.32,1.33


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

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

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

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/index.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** index.php   4 Nov 2002 00:50:17 -0000       1.32
--- index.php   4 Nov 2002 00:55:06 -0000       1.33
***************
*** 12,16 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 12,15 ----
***************
*** 70,74 ****
                        );
  
!                       while(list($text,$url) = each($file))
                        {
                                section_item($url,lang($text));
--- 69,73 ----
                        );
  
!                       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]