mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Damn users :)
git-svn-id: file:///svn/phpbb/trunk@4835 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b745d5224f
commit
9c12fe83db
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue