aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-02-18 01:46:39 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-02-18 01:46:39 +0000
commit9c12fe83db3914b4e35bdcef75cc70e2f75044d6 (patch)
treec1d879693d38ac5435757bd03f749c9b78a35f01 /phpBB/includes/session.php
parentb745d5224f44e447fc5ed06d1804e10b58e7afd2 (diff)
downloadforums-9c12fe83db3914b4e35bdcef75cc70e2f75044d6.tar
forums-9c12fe83db3914b4e35bdcef75cc70e2f75044d6.tar.gz
forums-9c12fe83db3914b4e35bdcef75cc70e2f75044d6.tar.bz2
forums-9c12fe83db3914b4e35bdcef75cc70e2f75044d6.tar.xz
forums-9c12fe83db3914b4e35bdcef75cc70e2f75044d6.zip
Damn users :)
git-svn-id: file:///svn/phpbb/trunk@4835 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 0d28ed810e..d6c561f872 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -133,7 +133,7 @@ class session
// Pull bot information from DB and loop through it
$sql = 'SELECT user_id, bot_agent, bot_ip
- FROM phpbb_bots
+ FROM ' . BOTS_TABLE . '
WHERE bot_active = 1';
$result = $db->sql_query($sql);