phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/setup setup.inc.php,1.16,1.17
Date: Sun, 27 Jan 2002 19:22:06 -0500

Update of /cvsroot/phpgroupware/calendar/setup
In directory subversions:/tmp/cvs-serv23311

Modified Files:
        setup.inc.php 
Log Message:
added hook about

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/setup/setup.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** setup.inc.php       13 Jan 2002 20:11:30 -0000      1.16
--- setup.inc.php       28 Jan 2002 00:22:04 -0000      1.17
***************
*** 25,39 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['calendar']['hooks'][] = 'add_def_prefs';
!       $setup_info['calendar']['hooks'][] = 'admin';
!       $setup_info['calendar']['hooks'][] = 'deleteaccount';
!       $setup_info['calendar']['hooks'][] = 'email';
!       $setup_info['calendar']['hooks'][] = 'home';
!       $setup_info['calendar']['hooks'][] = 'home_day';
!       $setup_info['calendar']['hooks'][] = 'home_month';
!       $setup_info['calendar']['hooks'][] = 'home_week';
!       $setup_info['calendar']['hooks'][] = 'home_year';
!       $setup_info['calendar']['hooks'][] = 'manual';
!       $setup_info['calendar']['hooks'][] = 'preferences';
  
        /* Dependencies for this app to work */
--- 25,43 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['calendar']['hooks'] = array
!       (
!               'add_def_prefs',
!               'admin',
!               'deleteaccount',
!               'email',
!               'home',
!               'home_day',
!               'home_month',
!               'home_week',
!               'home_year',
!               'manual',
!               'preferences',
!               'about'
!       );
  
        /* Dependencies for this app to work */




reply via email to

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