That slipped thru. And no tester has seen this. :P

This commit is contained in:
Kevin
2008-08-14 20:45:25 +00:00
parent d6614cb1ec
commit f051f8edc9

View File

@@ -232,7 +232,7 @@ $fetch_news = phpbb_fetch_posts($portal_config['portal_global_announcements_foru
'OPEN' => $open_bracket,
'CLOSE' => $close_bracket,
'PAGINATION' => topic_generate_pagination($fetch_news[$i]['topic_replies'], $view_topic_url),
'S_HAS_ATTACHMENTS' => (!empty($fetch_news[$i]['attachments'])) ? 'yes' : 'no',
'S_HAS_ATTACHMENTS' => (!empty($fetch_news[$i]['attachments'])) ? true : false,
));
if( !empty($fetch_news[$i]['attachments']) )