phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: ccs/inc hook_admin.inc.php,1.2,1.3


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: ccs/inc hook_admin.inc.php,1.2,1.3
Date: Sat, 02 Nov 2002 20:03:37 -0500

Update of /cvsroot/phpgroupware/ccs/inc
In directory subversions:/tmp/cvs-serv16251/ccs/inc

Modified Files:
        hook_admin.inc.php 
Log Message:
removed  var from hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/ccs/inc/hook_admin.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_admin.inc.php  21 Nov 2001 03:22:07 -0000      1.2
--- hook_admin.inc.php  3 Nov 2002 01:03:05 -0000       1.3
***************
*** 12,21 ****
        /* $Id$ */
  // Only Modify the $file and $title variables.....
!       $title = $appname;
!       $file = Array(
                        'Personnel'     => 
$GLOBALS['phpgw']->link('/ccs/personnel.php'),
                        'Departments'   => 
$GLOBALS['phpgw']->link('/ccs/departments.php'),
        );
  //Do not modify below this line
!       display_section($appname,$title,$file);
  ?>
--- 12,21 ----
        /* $Id$ */
  // Only Modify the $file and $title variables.....
!       $file = Array
!       (
                        'Personnel'     => 
$GLOBALS['phpgw']->link('/ccs/personnel.php'),
                        'Departments'   => 
$GLOBALS['phpgw']->link('/ccs/departments.php'),
        );
  //Do not modify below this line
!       display_section($appname,$file);
  ?>





reply via email to

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