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.7


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

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

Modified Files:
        setup.inc.php 
Log Message:
added phpgw version plus hooks

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       7 Jan 2002 10:50:42 -0000       1.6
--- setup.inc.php       14 Jan 2002 21:00:06 -0000      1.7
***************
*** 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')
        );
  ?>
--- 20,35 ----
  
        /* 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.13', '0.9.14','0.9.15')
        );
  ?>




reply via email to

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