mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
dumdidum
git-svn-id: file:///svn/phpbb/trunk@3899 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c2da346e65
commit
6ca8bbac47
1 changed files with 0 additions and 1 deletions
|
@ -1203,7 +1203,6 @@ function topic_review($topic_id, $is_inline_review = false)
|
||||||
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u
|
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u
|
||||||
WHERE p.topic_id = $topic_id
|
WHERE p.topic_id = $topic_id
|
||||||
AND p.poster_id = u.user_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";
|
ORDER BY p.post_time DESC";
|
||||||
$result = $db->sql_query_limit($sql, $config['posts_per_page']);
|
$result = $db->sql_query_limit($sql, $config['posts_per_page']);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue