1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-10 09:35:24 +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:
Graham Eames 2006-02-18 19:13:44 +00:00
parent 566b342b67
commit a6df557865

@ -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) )
{