Fix for bug #428603 - Calendar preferences wrong with categories

This commit is contained in:
skeeter 2001-05-30 18:01:07 +00:00
parent 1def56a2c4
commit 0c0264ccdd

View File

@ -16,7 +16,7 @@
$file = Array(
'Calendar preferences' => $phpgw->link('/calendar/preferences.php'),
'Grant Access' => $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname),
'Edit Categories' => $phpgw->link('/preferences/categories.php','cat_app='.$appname.'&global_cats=True')
'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True')
);
//Do not modify below this line
display_section($appname,$title,$file);