mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 21:28:52 +00:00
Review only approved posts
git-svn-id: file:///svn/phpbb/trunk@3900 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6ca8bbac47
commit
2abf7dc744
1 changed files with 1 additions and 0 deletions
|
@ -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']);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue