Cleanup for php3 support.

This commit is contained in:
skeeter 2001-06-01 03:48:54 +00:00
parent 76693ae37b
commit 22e3591f14

View File

@ -18,7 +18,7 @@
$file = Array(
// 'Preferences' => $phpgw->link('/infolog/preferences.php'),
'Grant Access' => $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname),
'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname),
'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname)
);
//Do not modify below this line
display_section($appname,$title,$file);