Updated todo list to the new accounts class

This commit is contained in:
jengo 2000-08-26 19:49:05 +00:00
parent 78880c948d
commit 9994e85894

View File

@ -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();