mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5560 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
566b342b67
commit
a6df557865
1 changed files with 0 additions and 1 deletions
|
@ -509,7 +509,6 @@ function session_reset_keys($user_id, $user_ip)
|
||||||
$sql = 'DELETE FROM ' . SESSIONS_KEYS_TABLE . '
|
$sql = 'DELETE FROM ' . SESSIONS_KEYS_TABLE . '
|
||||||
WHERE user_id = ' . (int) $user_id . "
|
WHERE user_id = ' . (int) $user_id . "
|
||||||
$key_sql";
|
$key_sql";
|
||||||
$db->sql_query($sql);
|
|
||||||
|
|
||||||
if ( !$db->sql_query($sql) )
|
if ( !$db->sql_query($sql) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue