From 5d9fbc99f96021a30c3817a1069679dcc8105143 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 23 Nov 2002 14:22:07 +0000 Subject: [PATCH] use the new format for prefs --- calendar/inc/hook_preferences.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/calendar/inc/hook_preferences.inc.php b/calendar/inc/hook_preferences.inc.php index f6a98421c9..f84703172a 100644 --- a/calendar/inc/hook_preferences.inc.php +++ b/calendar/inc/hook_preferences.inc.php @@ -12,7 +12,6 @@ /* $Id$ */ { // Only Modify the $file and $title variables..... - $title = $appname; $file = array( 'Preferences' => $GLOBALS['phpgw']->link('/index.php', Array( @@ -23,6 +22,6 @@ 'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True') ); //Do not modify below this line - display_section($appname,$title,$file); + display_section($appname,$file); } ?>