phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.7,1.8


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.7,1.8
Date: Wed, 13 Mar 2002 11:38:30 -0500

Update of /cvsroot/phpgroupware/notes/setup
In directory subversions:/tmp/cvs-serv15789/setup

Modified Files:
        setup.inc.php 
Log Message:
added global cats to admin

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/setup/setup.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** setup.inc.php       13 Jan 2002 20:29:27 -0000      1.7
--- setup.inc.php       13 Mar 2002 16:38:28 -0000      1.8
***************
*** 9,13 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 9,12 ----
***************
*** 20,28 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['notes']['hooks'][] = 'about';
!       $setup_info['notes']['hooks'][] = 'add_def_pref';
!       $setup_info['notes']['hooks'][] = 'deleteaccount';
!       $setup_info['notes']['hooks'][] = 'manual';
!       $setup_info['notes']['hooks'][] = 'preferences';
  
        /* Dependacies for this app to work */
--- 19,31 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['notes']['hooks'] = array
!       (
!               'about',
!               'add_def_pref',
!               'deleteaccount',
!               'manual',
!               'preferences',
!               'admin'
!       );
  
        /* Dependacies for this app to work */
***************
*** 30,33 ****
--- 33,46 ----
                'appname'  => 'phpgwapi',
                'versions' => Array('0.9.13','0.9.14','0.9.15')
+       );
+ 
+       $setup_info['notes']['depends'][] = array(
+               'appname'  => 'admin',
+               'versions' => Array('0.9.13')
+       );
+ 
+       $setup_info['notes']['depends'][] = array(
+               'appname'  => 'preferences',
+               'versions' => Array('0.9.13')
        );
  ?>




reply via email to

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