mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
added missing )
This commit is contained in:
parent
cf5f3680c7
commit
0e36c3a43c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user