mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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='"
|
||||
. addslashes($account_info["firstname"]) . "', account_lastname='"
|
||||
. 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;
|
||||
|
Loading…
Reference in New Issue
Block a user