1.0.1 wee

This commit is contained in:
Ice
2008-09-10 17:24:23 +00:00
parent b28427c3bb
commit 6c14c49567
4 changed files with 25 additions and 5 deletions

View File

@@ -276,7 +276,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
// Pull attachment data
$sql2 = 'SELECT *
FROM ' . ATTACHMENTS_TABLE . '
WHERE `post_msg_id` = '. $row['post_id'] .'
WHERE post_msg_id = '. $row['post_id'] .'
AND in_message = 0
ORDER BY filetime DESC';