phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc hook_preferences.inc.php,1.17,1.18


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc hook_preferences.inc.php,1.17,1.18
Date: Sun, 03 Nov 2002 19:50:20 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv6387/projects/inc

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

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/hook_preferences.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** hook_preferences.inc.php    12 Jan 2002 15:39:51 -0000      1.17
--- hook_preferences.inc.php    4 Nov 2002 00:50:18 -0000       1.18
***************
*** 12,16 ****
  
        {
-               $title = $appname;
                $file = Array
                (
--- 12,15 ----
***************
*** 19,23 ****
                        'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=projects&cats_level=True&global_cats=True')
                );
!               display_section($appname,$title,$file);
        }
  ?>
--- 18,22 ----
                        'Edit categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=projects&cats_level=True&global_cats=True')
                );
!               display_section($appname,$file);
        }
  ?>





reply via email to

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