From 2abf7dc744e030fc927e909e8238bf245e027f98 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Sun, 20 Apr 2003 19:46:15 +0000 Subject: Review only approved posts git-svn-id: file:///svn/phpbb/trunk@3900 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index fe824b7ddd..fed17c7e7b 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -602,6 +602,7 @@ if (($submit) || ($preview) || ($refresh)) WHERE p.topic_id = $topic_id AND p.poster_id = u.user_id AND p.post_id > " . $topic_cur_post_id . " + AND p.post_approved = 1 ORDER BY p.post_time DESC"; $result = $db->sql_query_limit($sql, $config['posts_per_page']); -- cgit v1.2.1