added max_icons=12 default pref and manual as app for the default group

This commit is contained in:
Ralf Becker 2004-08-13 21:04:59 +00:00
parent ff84561c98
commit f085648705

View File

@ -107,7 +107,7 @@
}
/* Group perms for the default group */
$GLOBALS['phpgw_setup']->add_acl(array('addressbook','calendar','infolog','email','preferences'),'run',$defaultgroupid);
$GLOBALS['phpgw_setup']->add_acl(array('addressbook','calendar','infolog','email','preferences','manual'),'run',$defaultgroupid);
// give admin access to all apps, to save us some support requests
$all_apps = array();
@ -133,6 +133,7 @@
'default_app' => 'calendar',
'currency' => '$',
'show_help' => True,
'max_icons' => 12,
),
'calendar' => array(
'workdaystarts' => 9,