updated the hooks entries

This commit is contained in:
seek3r 2002-01-02 17:01:55 +00:00
parent 13d1f509f3
commit f3fb44a6a6
3 changed files with 18 additions and 8 deletions

View File

@ -19,8 +19,14 @@
$setup_info['admin']['enable'] = 1; $setup_info['admin']['enable'] = 1;
/* The hooks this app includes, needed for hooks registration */ /* The hooks this app includes, needed for hooks registration */
$setup_info['admin']['hooks'][] = 'preferences'; $setup_info['admin']['hooks'][] = 'acl_manager';
$setup_info['admin']['hooks'][] = 'add_def_pref';
$setup_info['admin']['hooks'][] = 'admin'; $setup_info['admin']['hooks'][] = 'admin';
$setup_info['admin']['hooks'][] = 'after_navbar';
$setup_info['admin']['hooks'][] = 'config';
$setup_info['admin']['hooks'][] = 'deleteaccount';
$setup_info['admin']['hooks'][] = 'manual';
$setup_info['admin']['hooks'][] = 'view_user';
/* Dependacies for this app to work */ /* Dependacies for this app to work */
$setup_info['admin']['depends'][] = array( $setup_info['admin']['depends'][] = array(

View File

@ -25,13 +25,17 @@
/* The hooks this app includes, needed for hooks registration */ /* The hooks this app includes, needed for hooks registration */
$setup_info['calendar']['hooks'] = array( $setup_info['calendar']['hooks'] = array(
'preferences',
'admin',
'manual',
'deleteaccount',
'add_def_prefs', 'add_def_prefs',
'admin',
'deleteaccount',
'email', 'email',
'home' 'home',
'home_day',
'home_month',
'home_week',
'home_year',
'manual',
'preferences'
); );
/* Dependencies for this app to work */ /* Dependencies for this app to work */

View File

@ -18,7 +18,7 @@
$setup_info['phpwebhosting']['enable'] = 1; $setup_info['phpwebhosting']['enable'] = 1;
/* The hooks this app includes, needed for hooks registration */ /* The hooks this app includes, needed for hooks registration */
$setup_info['phpwebhosting']['hooks'] = array ('preferences', 'admin'); $setup_info['phpwebhosting']['hooks'] = array ('add_def_pref', 'admin', 'deleteaccount', 'preferences');
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info['phpwebhosting']['depends'][] = array( $setup_info['phpwebhosting']['depends'][] = array(