phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/setup setup.inc.php,1.19,1.20


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/setup setup.inc.php,1.19,1.20
Date: Mon, 19 Aug 2002 08:28:18 -0400

Update of /cvsroot/phpgroupware/todo/setup
In directory subversions:/tmp/cvs-serv9665/setup

Modified Files:
        setup.inc.php 
Log Message:
Fix prefs check error and missing hook



Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/setup/setup.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** setup.inc.php       28 Apr 2002 15:54:12 -0000      1.19
--- setup.inc.php       19 Aug 2002 12:28:16 -0000      1.20
***************
*** 20,25 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['todo']['hooks'] = array
!       (
                'about',
                'deleteaccount',
--- 20,25 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['todo']['hooks'] = array(
!               'home',
                'about',
                'deleteaccount',
***************
*** 31,46 ****
        /* Dependencies for this app to work */
        $setup_info['todo']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.15')
        );
  
        $setup_info['todo']['depends'][] = array(
!                'appname' => 'admin',
!                'versions' => Array('0.9.13')
        );
  
        $setup_info['todo']['depends'][] = array(
!                'appname' => 'preferences',
!                'versions' => Array('0.9.13')
        );
  ?>
--- 31,46 ----
        /* Dependencies for this app to work */
        $setup_info['todo']['depends'][] = array(
!               'appname' => 'phpgwapi',
!               'versions' => Array('0.9.15')
        );
  
        $setup_info['todo']['depends'][] = array(
!               'appname' => 'admin',
!               'versions' => Array('0.9.13')
        );
  
        $setup_info['todo']['depends'][] = array(
!               'appname' => 'preferences',
!               'versions' => Array('0.9.13')
        );
  ?>





reply via email to

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