phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/mediadb/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
***************
*** 1,31 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - MediaDB Admin Hook File                                   *
!   * http://www.phpgroupware.org                                              *
!   * This file written by Sam Wynn <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 Artists'    => 
$GLOBALS['phpgw']->link('/mediadb/artist.php'),
!               'Edit Categories' => 
$GLOBALS['phpgw']->link('/mediadb/category.php'),
!               'Edit Features'   => 
$GLOBALS['phpgw']->link('/mediadb/feature.php'),
!               'Edit Formats'    => 
$GLOBALS['phpgw']->link('/mediadb/format.php'),
!               'Edit Genres'     => 
$GLOBALS['phpgw']->link('/mediadb/genre.php'),
!               'Edit Publishers' => 
$GLOBALS['phpgw']->link('/mediadb/publisher.php'),
!               'Edit Ratings'    => 
$GLOBALS['phpgw']->link('/mediadb/rating.php')
!       );
  
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
--- 1,28 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - MediaDB Admin Hook File                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * This file written by Sam Wynn <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 Artists'          => 
$GLOBALS['phpgw']->link('/mediadb/artist.php'),
!                       'Edit Categories'       => 
$GLOBALS['phpgw']->link('/mediadb/category.php'),
!                       'Edit Features'         => 
$GLOBALS['phpgw']->link('/mediadb/feature.php'),
!                       'Edit Formats'          => 
$GLOBALS['phpgw']->link('/mediadb/format.php'),
!                       'Edit Genres'           => 
$GLOBALS['phpgw']->link('/mediadb/genre.php'),
!                       'Edit Publishers'       => 
$GLOBALS['phpgw']->link('/mediadb/publisher.php'),
!                       'Edit Ratings'          => 
$GLOBALS['phpgw']->link('/mediadb/rating.php')
!               );
  
  //Do not modify below this line
!               display_section($appname,$file);
!       }
  ?>





reply via email to

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