phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora/setup setup.inc.php,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/setup setup.inc.php,1.6,1.7
Date: Sun, 27 Jan 2002 19:23:08 -0500

Update of /cvsroot/phpgroupware/chora/setup
In directory subversions:/tmp/cvs-serv23362/setup

Modified Files:
        setup.inc.php 
Log Message:
added hook about

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       13 Jan 2002 20:13:08 -0000      1.6
--- setup.inc.php       28 Jan 2002 00:23:05 -0000      1.7
***************
*** 30,34 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['chora']['hooks'][] = 'admin';
  
        /* Dependencies for this app to work */
--- 30,38 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['chora']['hooks'] = array
!       (
!               'admin',
!               'about'
!       );
  
        /* Dependencies for this app to work */




reply via email to

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