mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +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='"
|
||||
. $phpgw->accounts->add_app("",True) . "', status='"
|
||||
. "$n_account_status', groups='"
|
||||
. $phpgw->groups->array_to_string("none",$n_groups)
|
||||
. $phpgw->accounts->array_to_string("none",$n_groups)
|
||||
. "' where loginid='$n_loginid'");
|
||||
|
||||
$phpgw->db->unlock();
|
||||
|
Loading…
Reference in New Issue
Block a user