aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-04-20 16:54:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-04-20 16:54:57 +0000
commit6ca8bbac473c24bb483a5b649041fd9e0b3736fe (patch)
treee07c4e641259c61e58a2ce9479d6b22c7ceab30c /phpBB/posting.php
parentc2da346e6581f4648ec7ad53bfa78a0de954d69a (diff)
downloadforums-6ca8bbac473c24bb483a5b649041fd9e0b3736fe.tar
forums-6ca8bbac473c24bb483a5b649041fd9e0b3736fe.tar.gz
forums-6ca8bbac473c24bb483a5b649041fd9e0b3736fe.tar.bz2
forums-6ca8bbac473c24bb483a5b649041fd9e0b3736fe.tar.xz
forums-6ca8bbac473c24bb483a5b649041fd9e0b3736fe.zip
dumdidum
git-svn-id: file:///svn/phpbb/trunk@3899 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 5469769f9b..fe824b7ddd 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1203,7 +1203,6 @@ function topic_review($topic_id, $is_inline_review = false)
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u
WHERE p.topic_id = $topic_id
AND p.poster_id = u.user_id
- " . (($greater_post_id != 0) ? " AND p.post_id > " . $greater_post_id : "") . "
ORDER BY p.post_time DESC";
$result = $db->sql_query_limit($sql, $config['posts_per_page']);