mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
new applications class - not used
This commit is contained in:
parent
fb4c04b950
commit
e42fcb0ad8
@ -153,6 +153,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function is_system_enabled($appname)
|
||||||
|
{
|
||||||
|
return $this->get_var("enabled",$appname) >= 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
function is_user_enabled($appname)
|
||||||
|
{
|
||||||
|
return $this->get_var("enabled",$appname) == 2;
|
||||||
|
}
|
||||||
|
|
||||||
function group_app_string($group_id)
|
function group_app_string($group_id)
|
||||||
{
|
{
|
||||||
return ":".implode(":",$this->get_var("group_apps",$group_id)).":";
|
return ":".implode(":",$this->get_var("group_apps",$group_id)).":";
|
||||||
|
Loading…
Reference in New Issue
Block a user