mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
updated the hooks entries
This commit is contained in:
parent
13d1f509f3
commit
f3fb44a6a6
@ -19,8 +19,14 @@
|
||||
$setup_info['admin']['enable'] = 1;
|
||||
|
||||
/* 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'][] = '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 */
|
||||
$setup_info['admin']['depends'][] = array(
|
||||
|
@ -22,16 +22,20 @@
|
||||
$setup_info['calendar']['tables'][] = 'phpgw_cal_repeats';
|
||||
$setup_info['calendar']['tables'][] = 'phpgw_cal_user';
|
||||
$setup_info['calendar']['tables'][] = 'phpgw_cal_alarm';
|
||||
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['calendar']['hooks'] = array(
|
||||
'preferences',
|
||||
'admin',
|
||||
'manual',
|
||||
'deleteaccount',
|
||||
'add_def_prefs',
|
||||
'admin',
|
||||
'deleteaccount',
|
||||
'email',
|
||||
'home'
|
||||
'home',
|
||||
'home_day',
|
||||
'home_month',
|
||||
'home_week',
|
||||
'home_year',
|
||||
'manual',
|
||||
'preferences'
|
||||
);
|
||||
|
||||
/* Dependencies for this app to work */
|
||||
|
@ -18,7 +18,7 @@
|
||||
$setup_info['phpwebhosting']['enable'] = 1;
|
||||
|
||||
/* 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 */
|
||||
$setup_info['phpwebhosting']['depends'][] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user