phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/setup setup.inc.php,1.16,1.17


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/setup setup.inc.php,1.16,1.17
Date: Mon, 23 Dec 2002 22:00:06 -0500

Update of /cvsroot/phpgroupware/email/setup
In directory subversions:/tmp/cvs-serv14324/setup

Modified Files:
        setup.inc.php 
Log Message:
update help

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/setup/setup.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** setup.inc.php       28 Oct 2002 00:34:42 -0000      1.16
--- setup.inc.php       24 Dec 2002 03:00:04 -0000      1.17
***************
*** 9,13 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 9,12 ----
***************
*** 28,44 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['email']['hooks'][] = 'admin';
!       $setup_info['email']['hooks'][] = 'email_add_def_prefs';
!       $setup_info['email']['hooks'][] = 'home';
!       $setup_info['email']['hooks'][] = 'manual';
!       $setup_info['email']['hooks'][] = 'notifywindow';
!       $setup_info['email']['hooks'][] = 'notifywindow_simple';
!       $setup_info['email']['hooks'][] = 'add_def_prefs';
!       $setup_info['email']['hooks'][] = 'preferences';
  
        /* Dependacies for this app to work */
!       $setup_info['email']['depends'][] = array(
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
  ?>
--- 27,52 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['email']['hooks'] = array
!       (
!               'admin',
!               'home',
!               'help',
!               'notifywindow',
!               'notifywindow_simple',
!               'add_def_pref',
!               'preferences'
!       );
  
        /* Dependacies for this app to work */
!       $setup_info['email']['depends'][] = array
!       (
                 'appname' => 'phpgwapi',
!                'versions' => Array('0.9.15')
!       );
! 
!       $setup_info['email']['depends'][] = array
!       (
!                'appname' => 'addressbook',
!                'versions' => Array('0.9.13')
        );
  ?>




reply via email to

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