From 32d42746921b080e6abed008ef4c27362fcc4c32 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 23 Jul 2005 16:05:38 +0000 Subject: [PATCH] get calendar prefs working again --- calendar/inc/hook_settings.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/inc/hook_settings.inc.php b/calendar/inc/hook_settings.inc.php index 0f75e1d518..e7f32fccd4 100644 --- a/calendar/inc/hook_settings.inc.php +++ b/calendar/inc/hook_settings.inc.php @@ -208,8 +208,8 @@ ), 'notifyModified' => array( 'type' => 'notify', - 'Notification messages for modified events ', - 'notifyModified', + 'label' => 'Notification messages for modified events ', + 'name' => 'notifyModified', 'rows' => 5, 'cols' => 50, 'help' => 'This message is sent for modified or moved events.',