forked from extern/egroupware
now saves apps again assoc to the group
This commit is contained in:
parent
ba16563d01
commit
b068905f32
@ -41,7 +41,7 @@
|
|||||||
// $phpgw->db->lock(array("accounts","groups","preferences","config","applications","phpgw_hooks","phpgw_sessions"));
|
// $phpgw->db->lock(array("accounts","groups","preferences","config","applications","phpgw_hooks","phpgw_sessions"));
|
||||||
|
|
||||||
$phpgw->accounts->add_app($n_group_permissions);
|
$phpgw->accounts->add_app($n_group_permissions);
|
||||||
$apps = $phpgw->accounts->add_app("",True)
|
$apps = $phpgw->accounts->add_app("",True);
|
||||||
$apps_after = explode(":",$apps);
|
$apps_after = explode(":",$apps);
|
||||||
|
|
||||||
$phpgw->db->query("update groups set group_name='$n_group', group_apps='" . $apps
|
$phpgw->db->query("update groups set group_name='$n_group', group_apps='" . $apps
|
||||||
|
Loading…
Reference in New Issue
Block a user