mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Renamed table from sessions to phpgw_sessions
This commit is contained in:
parent
68c5285a8c
commit
98b55b6cf9
@ -124,7 +124,7 @@
|
||||
$phpgw->db->query("update accounts set account_pwd='" . md5($account_info["passwd"]) . "', "
|
||||
. "account_lastpwd_change='" . time() . "' where account_lid='"
|
||||
. $account_info["loginid"] . "'");
|
||||
$phpgw->db->query("update sessions set session_pwd='" . addslashes($account_info["passwd"])
|
||||
$phpgw->db->query("update phpgw_sessions set session_pwd='" . addslashes($account_info["passwd"])
|
||||
. "' where session_lid='" . $lid . "'");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user