fix for edit_account()

This commit is contained in:
skeeter 2001-02-03 01:46:58 +00:00
parent f35a6a9a19
commit 1717428989

View File

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