*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@5025 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-11-07 12:38:04 +00:00
parent cf465cda3f
commit e9eda1bd3e

View file

@ -310,7 +310,7 @@ if ($sort_days)
FROM ' . POSTS_TABLE . " FROM ' . POSTS_TABLE . "
WHERE topic_id = $topic_id WHERE topic_id = $topic_id
AND post_time >= $min_post_time 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); $result = $db->sql_query($sql);
if (isset($_POST['sort'])) if (isset($_POST['sort']))