phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: netsaint/inc hook_preferences.inc.php,1.5,1.6


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

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

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

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/netsaint/inc/hook_preferences.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** hook_preferences.inc.php    12 Jan 2002 15:51:53 -0000      1.5
--- hook_preferences.inc.php    4 Nov 2002 00:50:18 -0000       1.6
***************
*** 13,19 ****
  
  {
- // Only Modify the $file and $title variables.....
- 
-       $title = $appname;
        $file = Array
        (
--- 13,16 ----
***************
*** 23,27 ****
        );
  //Do not modify below this line
!               display_section($appname,$title,$file);
  }
  ?>
--- 20,24 ----
        );
  //Do not modify below this line
!               display_section($appname,$file);
  }
  ?>





reply via email to

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