From b67e4d910269d9d64163596260057ff87ae6ffc3 Mon Sep 17 00:00:00 2001 From: bettina Date: Sat, 24 Nov 2001 19:30:11 +0000 Subject: [PATCH] GLOBALS --- addressbook/inc/hook_preferences.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addressbook/inc/hook_preferences.inc.php b/addressbook/inc/hook_preferences.inc.php index 86e34ea1c4..13c7d7c522 100644 --- a/addressbook/inc/hook_preferences.inc.php +++ b/addressbook/inc/hook_preferences.inc.php @@ -15,10 +15,10 @@ // Only Modify the $file and $title variables..... $title = $appname; $file = Array( - 'Preferences' => $phpgw->link('/index.php','menuaction=addressbook.uiaddressbook.preferences'), - 'Grant Access' => $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname), - 'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname . '&cats_level=True&global_cats=True'), - 'Edit custom fields' => $phpgw->link('/addressbook/fields.php') + 'Preferences' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.preferences'), + 'Grant Access' => $GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app='.$appname), + 'Edit Categories' => $GLOBALS['phpgw']->link('/preferences/categories.php','cats_app='.$appname . '&cats_level=True&global_cats=True'), + 'Edit custom fields' => $GLOBALS['phpgw']->link('/addressbook/fields.php') ); //Do not modify below this line display_section($appname,$title,$file);