mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
missed a ;
This commit is contained in:
parent
f504d8f6a7
commit
a5e5dfb7f3
@ -36,7 +36,7 @@
|
|||||||
$phpgw->db->lock(array("accounts","groups"));
|
$phpgw->db->lock(array("accounts","groups"));
|
||||||
|
|
||||||
$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);
|
||||||
$phpgw->db->query("INSERT INTO groups (group_name,group_apps) VALUES "
|
$phpgw->db->query("INSERT INTO groups (group_name,group_apps) VALUES "
|
||||||
. "('$n_group','"
|
. "('$n_group','"
|
||||||
. $apps . "')");
|
. $apps . "')");
|
||||||
|
Loading…
Reference in New Issue
Block a user