Damn users :)

git-svn-id: file:///svn/phpbb/trunk@4835 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2004-02-18 01:46:39 +00:00
parent b745d5224f
commit 9c12fe83db

View file

@ -133,7 +133,7 @@ class session
// Pull bot information from DB and loop through it // Pull bot information from DB and loop through it
$sql = 'SELECT user_id, bot_agent, bot_ip $sql = 'SELECT user_id, bot_agent, bot_ip
FROM phpbb_bots FROM ' . BOTS_TABLE . '
WHERE bot_active = 1'; WHERE bot_active = 1';
$result = $db->sql_query($sql); $result = $db->sql_query($sql);