added missing )

This commit is contained in:
Lars Kneschke 2001-01-07 20:38:59 +00:00
parent cf5f3680c7
commit 0e36c3a43c

View File

@ -237,7 +237,7 @@
$entry["userpassword"] = $phpgw->common->encrypt_password($account_info["passwd"]);
if ($account_info["account_id"] == $phpgw_info["user"]["account_id"]) {
$phpgw_info["user"]["passwd"] = $phpgw->common->encrypt($account_info["passwd"];
$phpgw_info["user"]["passwd"] = $phpgw->common->encrypt($account_info["passwd"]);
}
// Update the sessions table. (The user might be logged in)