phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: squirrelmail/setup setup.inc.php,1.6,1.6.2.1


From: Bettina gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: squirrelmail/setup setup.inc.php,1.6,1.6.2.1
Date: Mon, 14 Jan 2002 16:03:38 -0500

Update of /cvsroot/phpgroupware/squirrelmail/setup
In directory subversions:/tmp/cvs-serv6505

Modified Files:
      Tag: Version-0_9_14-branch
        setup.inc.php 
Log Message:
added hooks

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** setup.inc.php       7 Jan 2002 10:50:42 -0000       1.6
--- setup.inc.php       14 Jan 2002 21:03:34 -0000      1.6.2.1
***************
*** 9,13 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 9,12 ----
***************
*** 20,29 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['squirrelmail']['hooks'][]   = 'preferences';
  
        /* Dependacies for this app to work */
        $setup_info['squirrelmail']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', 
'0.9.14')
        );
  ?>
--- 19,34 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['squirrelmail']['hooks'] = array
!       (
!               'preferences',
!               'home',
!               'about',
!               'admin'
!       );
  
        /* Dependacies for this app to work */
        $setup_info['squirrelmail']['depends'][] = array(
!               'appname' => 'phpgwapi',
!               'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', 
'0.9.14')
        );
  ?>




reply via email to

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