phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookkeeping/inc hook_admin.inc.php,1.7,1.8


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

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

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

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookkeeping/inc/hook_admin.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** hook_admin.inc.php  23 Nov 2001 18:26:21 -0000      1.7
--- hook_admin.inc.php  3 Nov 2002 01:03:05 -0000       1.8
***************
*** 1,22 ****
  <?php
! /*************************************************************************\
! * phpGroupWare app (Bookkeeping)                                          *
! * http://www.phpgroupware.org                                             *
! * Written by Rick Bakker <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$ */
! 
! {
!       $title = $appname;
!       $file = Array(
!               'Bookkeeping Admins' => 
$GLOBALS['phpgw']->link('/bookkeeping/admin/index.php')
!       );
!       display_section($appname,$title,$file);
! }
  ?>
--- 1,21 ----
  <?php
!       
/*************************************************************************\
!       * phpGroupWare app (Bookkeeping)                                        
  *
!       * http://www.phpgroupware.org                                           
  *
!       * Written by Rick Bakker <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
!               (
!                       'Bookkeeping Admins' => 
$GLOBALS['phpgw']->link('/bookkeeping/admin/index.php')
!               );
!               display_section($appname,$file);
!       }
  ?>





reply via email to

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