From ea51d5f83ac2e44af9ccf4b0a9b30be0486d5436 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 29 Jul 2001 22:03:35 +0000 Subject: [PATCH] Change to use n-tier preferencing in the calendar. --- calendar/inc/hook_preferences.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/hook_preferences.inc.php b/calendar/inc/hook_preferences.inc.php index 84d8a728b0..74b6ce9521 100644 --- a/calendar/inc/hook_preferences.inc.php +++ b/calendar/inc/hook_preferences.inc.php @@ -14,7 +14,7 @@ // Only Modify the $file and $title variables..... $title = $appname; $file = Array( - 'Calendar preferences' => $phpgw->link('/calendar/preferences.php'), + 'Calendar preferences' => $phpgw->link('/index.php','menuaction=calendar.uicalendar.preferences'), 'Grant Access' => $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname), 'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True') );