mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@5025 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cf465cda3f
commit
e9eda1bd3e
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ if ($sort_days)
|
|||
FROM ' . POSTS_TABLE . "
|
||||
WHERE topic_id = $topic_id
|
||||
AND post_time >= $min_post_time
|
||||
" . (($auth->acl_get('m_approve', $forum_id)) ? '' : 'AND p.post_approved = 1');
|
||||
" . (($auth->acl_get('m_approve', $forum_id)) ? '' : 'AND post_approved = 1');
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
if (isset($_POST['sort']))
|
||||
|
|
Loading…
Add table
Reference in a new issue