mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02: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:
@@ -509,7 +509,6 @@ function session_reset_keys($user_id, $user_ip)
|
||||
$sql = 'DELETE FROM ' . SESSIONS_KEYS_TABLE . '
|
||||
WHERE user_id = ' . (int) $user_id . "
|
||||
$key_sql";
|
||||
$db->sql_query($sql);
|
||||
|
||||
if ( !$db->sql_query($sql) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user