phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/inc hook_preferences.inc.php, 1.6.2.1.2.2


From: gugux
Subject: [Phpgroupware-cvs] filemanager/inc hook_preferences.inc.php, 1.6.2.1.2.2
Date: Mon, 4 Apr 2005 22:26:00 +0200

Update of filemanager/inc

Modified Files:
     Branch: Version-0_9_16-branch
            hook_preferences.inc.php lines: +2 -2

Log Message:
Removed unneeded lang call (bug #12556)

====================================================
Index: filemanager/inc/hook_preferences.inc.php
diff -u filemanager/inc/hook_preferences.inc.php:1.6.2.1.2.1 
filemanager/inc/hook_preferences.inc.php:1.6.2.1.2.2
--- filemanager/inc/hook_preferences.inc.php:1.6.2.1.2.1        Fri Apr 18 
19:45:23 2003
+++ filemanager/inc/hook_preferences.inc.php    Mon Apr  4 20:26:39 2005
@@ -15,7 +15,7 @@
 // Only Modify the $file and $title variables.....
        $title = $appname;
        $file = Array(
-               lang('Preferences')     => 
$GLOBALS['phpgw']->link('/filemanager/preferences.php')
+               'Preferences'   => 
$GLOBALS['phpgw']->link('/filemanager/preferences.php')
        );
 //Do not modify below this line
        display_section($appname,$title,$file);






reply via email to

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