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