mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Update User.php
This commit is contained in:
parent
ba31815594
commit
27fb1e5292
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class User
|
|||
if ($update_sessions_table) {
|
||||
DB()->query("
|
||||
UPDATE " . BB_SESSIONS . " SET
|
||||
session_time = " . TIMENOW . "
|
||||
session_time = " . $this->data['session_time'] . "
|
||||
WHERE session_id = '$session_id'
|
||||
LIMIT 1
|
||||
");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue