From 6a83643607a7387d61d164a2a3d0e45224664894 Mon Sep 17 00:00:00 2001 From: Ice Date: Mon, 21 Apr 2008 15:02:41 +0000 Subject: [PATCH] SVN commited the wrong file. --- root/portal/includes/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 3f4d861d..2c22728a 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -154,7 +154,8 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le { $sql = 'SELECT forum_id - FROM ' . FORUMS_TABLE . ' + FROM + ' . FORUMS_TABLE . ' WHERE forum_type = ' . FORUM_POST . ' ' . str_replace('t.', '', $str_where) . '