phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: weather/inc hook_admin.inc.php,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: weather/inc hook_admin.inc.php,1.6,1.7
Date: Sat, 02 Nov 2002 20:03:10 -0500

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

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

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/inc/hook_admin.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** hook_admin.inc.php  3 Dec 2001 18:01:50 -0000       1.6
--- hook_admin.inc.php  3 Nov 2002 01:03:07 -0000       1.7
***************
*** 10,26 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
! {
! // Only Modify the $file and $title variables.....
!       $title = 'Weather Center';
!       $file = Array(
!               'Global Options' => 
$GLOBALS['phpgw']->link('/weather/admin_options.php'),
!               'Site Links'     => 
$GLOBALS['phpgw']->link('/weather/admin_links.php'),
!               'Metar Stations' => 
$GLOBALS['phpgw']->link('/weather/admin_stations.php'),
!               'Metar Regions'  => 
$GLOBALS['phpgw']->link('/weather/admin_regions.php')
!       );
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
--- 10,24 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
        /* $Id$ */
!       {
!               $file = Array
!               (
!                       'Global Options'        => 
$GLOBALS['phpgw']->link('/weather/admin_options.php'),
!                       'Site Links'            => 
$GLOBALS['phpgw']->link('/weather/admin_links.php'),
!                       'Metar Stations'        => 
$GLOBALS['phpgw']->link('/weather/admin_stations.php'),
!                       'Metar Regions'         => 
$GLOBALS['phpgw']->link('/weather/admin_regions.php')
!               );
  //Do not modify below this line
!               display_section($appname,$file);
!       }
  ?>





reply via email to

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