From 03a82af40e4cdf9cacbb2a4b143c84e5f0bff43f Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 8 Jun 2001 03:21:59 +0000 Subject: [PATCH] Updated the hooks for the calendar. --- calendar/setup/setup.inc.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/setup/setup.inc.php b/calendar/setup/setup.inc.php index 7e0afe47eb..ab2958601e 100755 --- a/calendar/setup/setup.inc.php +++ b/calendar/setup/setup.inc.php @@ -23,7 +23,14 @@ $setup_info['calendar']['tables'][] = 'phpgw_cal_user'; /* The hooks this app includes, needed for hooks registration */ - $setup_info['calendar']['hooks'] = array('preferences','admin'); + $setup_info['calendar']['hooks'] = array( + 'preferences', + 'admin', + 'manual', + 'deleteaccount', + 'add_def_prefs', + 'email' + ); /* Dependencies for this app to work */ $setup_info['calendar']['depends'][] = array(