mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
Updated todo list to the new accounts class
This commit is contained in:
parent
78880c948d
commit
9994e85894
@ -101,7 +101,7 @@
|
|||||||
. " lastname='" . addslashes($n_lastname) . "', permissions='"
|
. " lastname='" . addslashes($n_lastname) . "', permissions='"
|
||||||
. $phpgw->accounts->add_app("",True) . "', status='"
|
. $phpgw->accounts->add_app("",True) . "', status='"
|
||||||
. "$n_account_status', groups='"
|
. "$n_account_status', groups='"
|
||||||
. $phpgw->groups->array_to_string("none",$n_groups)
|
. $phpgw->accounts->array_to_string("none",$n_groups)
|
||||||
. "' where loginid='$n_loginid'");
|
. "' where loginid='$n_loginid'");
|
||||||
|
|
||||||
$phpgw->db->unlock();
|
$phpgw->db->unlock();
|
||||||
|
Loading…
Reference in New Issue
Block a user