phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc hook_admin.inc.php,1.24,1.25


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc hook_admin.inc.php,1.24,1.25
Date: Tue, 22 Apr 2003 21:48:29 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv9645

Modified Files:
        hook_admin.inc.php 
Log Message:
update hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/hook_admin.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** hook_admin.inc.php  20 Apr 2003 22:24:30 -0000      1.24
--- hook_admin.inc.php  23 Apr 2003 01:48:27 -0000      1.25
***************
*** 3,7 ****
        * phpGroupWare                                                          
   *
        * http://www.phpgroupware.org                                           
   *
-       * Written by Joseph Engo <address@hidden>                          *
        * --------------------------------------------                          
   *
        *  This program is free software; you can redistribute it and/or modify 
it *
--- 3,6 ----
***************
*** 13,17 ****
        // $Source$
                {
!                       $values = array
                        (
        //                      'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname),
--- 12,16 ----
        // $Source$
                {
!                       $file = array
                        (
        //                      'Global Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname='
 . $appname),
***************
*** 51,55 ****
                        );
        //Do not modify below this line
!               display_section($appname,$values);
                }
  ?>
--- 50,54 ----
                        );
        //Do not modify below this line
!                       
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
                }
  ?>





reply via email to

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