phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/setup setup.inc.php,1.17,1.18


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/setup setup.inc.php,1.17,1.18
Date: Sun, 27 Oct 2002 20:31:35 -0500

Update of /cvsroot/phpgroupware/admin/setup
In directory subversions:/tmp/cvs-serv21491/admin/setup

Modified Files:
        setup.inc.php 
Log Message:
update about

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/setup/setup.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** setup.inc.php       28 Oct 2002 00:26:39 -0000      1.17
--- setup.inc.php       28 Oct 2002 01:31:32 -0000      1.18
***************
*** 52,63 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['admin']['hooks'][] = 'acl_manager';
!       $setup_info['admin']['hooks'][] = 'add_def_pref';
!       $setup_info['admin']['hooks'][] = 'admin';
!       $setup_info['admin']['hooks'][] = 'after_navbar';
!       $setup_info['admin']['hooks'][] = 'config';
!       $setup_info['admin']['hooks'][] = 'deleteaccount';
!       $setup_info['admin']['hooks'][] = 'manual';
!       $setup_info['admin']['hooks'][] = 'view_user';
  
        /* Dependencies for this app to work */
--- 52,67 ----
  
        /* The hooks this app includes, needed for hooks registration */
! 
!       $setup_info['admin']['hooks'] = array
!       (
!               'acl_manager',
!               'add_def_pref',
!               'admin',
!               'after_navbar',
!               'config',
!               'deleteaccount',
!               'manual',
!               'view_user'
!       );
  
        /* Dependencies for this app to work */





reply via email to

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