phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc hook_preferences.inc.php,1.21,1.22


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc hook_preferences.inc.php,1.21,1.22
Date: Sat, 23 Nov 2002 09:22:09 -0500

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv16889

Modified Files:
        hook_preferences.inc.php 
Log Message:
use the new format for prefs


Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/hook_preferences.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** hook_preferences.inc.php    12 Jan 2002 15:39:51 -0000      1.21
--- hook_preferences.inc.php    23 Nov 2002 14:22:07 -0000      1.22
***************
*** 13,17 ****
  {
  // Only Modify the $file and $title variables.....
-       $title = $appname;
        $file = array(
                'Preferences' => $GLOBALS['phpgw']->link('/index.php',
--- 13,16 ----
***************
*** 24,28 ****
        );
  //Do not modify below this line
!       display_section($appname,$title,$file);
  }
  ?>
--- 23,27 ----
        );
  //Do not modify below this line
!       display_section($appname,$file);
  }
  ?>





reply via email to

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