From 9c12fe83db3914b4e35bdcef75cc70e2f75044d6 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 18 Feb 2004 01:46:39 +0000 Subject: [PATCH] Damn users :) git-svn-id: file:///svn/phpbb/trunk@4835 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);