forked from extern/egroupware
added missing )
This commit is contained in:
parent
cf5f3680c7
commit
0e36c3a43c
@ -237,7 +237,7 @@
|
|||||||
$entry["userpassword"] = $phpgw->common->encrypt_password($account_info["passwd"]);
|
$entry["userpassword"] = $phpgw->common->encrypt_password($account_info["passwd"]);
|
||||||
|
|
||||||
if ($account_info["account_id"] == $phpgw_info["user"]["account_id"]) {
|
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)
|
// Update the sessions table. (The user might be logged in)
|
||||||
|
Loading…
Reference in New Issue
Block a user