mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 07:58:41 +01:00
fix for edit_account()
This commit is contained in:
parent
f35a6a9a19
commit
1717428989
@ -133,7 +133,7 @@
|
|||||||
$phpgw->db->query("update accounts set account_firstname='"
|
$phpgw->db->query("update accounts set account_firstname='"
|
||||||
. addslashes($account_info["firstname"]) . "', account_lastname='"
|
. addslashes($account_info["firstname"]) . "', account_lastname='"
|
||||||
. addslashes($account_info["lastname"]) . "', account_status='"
|
. addslashes($account_info["lastname"]) . "', account_status='"
|
||||||
. $account_info["account_status"] . "', where account_lid='" . $account_info["loginid"]
|
. $account_info["account_status"] . "' where account_lid='" . $account_info["loginid"]
|
||||||
. "'");
|
. "'");
|
||||||
|
|
||||||
return $cd;
|
return $cd;
|
||||||
|
Loading…
Reference in New Issue
Block a user