phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: timetrack/inc hook_admin.inc.php,1.8,1.9 hook_ab


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: timetrack/inc hook_admin.inc.php,1.8,1.9 hook_about.inc.php,1.1,NONE
Date: Sat, 02 Nov 2002 20:03:09 -0500

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

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

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/inc/hook_admin.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** hook_admin.inc.php  18 Mar 2002 03:18:04 -0000      1.8
--- hook_admin.inc.php  3 Nov 2002 01:03:07 -0000       1.9
***************
*** 1,27 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Time Track Admin Hook File                                *
!   * http://www.phpgroupware.org                                              *
!   * This file written by Bob Schader <address@hidden>                  *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!   /* $Id$ */
! 
! {
! // Only Modify the $file and $title variables.....
!       $title = $appname;
!       $file = Array(
!               'Edit Location Table'   => 
$GLOBALS['phpgw']->link('/timetrack/admin1.php'),
!               'Edit Job Status ID Table'      => 
$GLOBALS['phpgw']->link('/timetrack/admin2.php'),
!               'Edit Work Catagory Table'      =>      
$GLOBALS['phpgw']->link('/timetrack/admin3.php'),
!               'Site Setup' => $GLOBALS['phpgw']->link('/timetrack/admin5.php')
!       );
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
--- 1,24 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Time Track Admin Hook File                             
   *
!       * http://www.phpgroupware.org                                           
   *
!       * This file written by Bob Schader <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
!       {
!               $file = Array
!               (
!                       'Edit Location Table'           => 
$GLOBALS['phpgw']->link('/timetrack/admin1.php'),
!                       'Edit Job Status ID Table'      => 
$GLOBALS['phpgw']->link('/timetrack/admin2.php'),
!                       'Edit Work Catagory Table'      =>      
$GLOBALS['phpgw']->link('/timetrack/admin3.php'),
!                       'Site Setup'                            => 
$GLOBALS['phpgw']->link('/timetrack/admin5.php')
!               );
  //Do not modify below this line
!               display_section($appname,$file);
!       }
  ?>

--- hook_about.inc.php DELETED ---





reply via email to

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