Test before commit, duh

This commit is contained in:
Ice
2008-08-16 22:20:04 +00:00
parent 46b09ba6ea
commit f380fbc5dd

View File

@@ -112,7 +112,7 @@ $fetch_news = phpbb_fetch_posts($portal_config['portal_global_announcements_foru
if($announcement < 0)
// Show the announcements overview
{
$count = $fetch_news['topic_count']
$count = $fetch_news['topic_count'];
for ($i = 0; $i < $count; $i++)
{
if( isset($fetch_news[$i]['striped']) && $fetch_news[$i]['striped'] == true )