mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Cleanup for php3 support.
This commit is contained in:
parent
76693ae37b
commit
22e3591f14
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user