From f380fbc5ddb6428cf48b7bad87269f290b9aa5e8 Mon Sep 17 00:00:00 2001 From: Ice Date: Sat, 16 Aug 2008 22:20:04 +0000 Subject: [PATCH] Test before commit, duh --- root/portal/block/announcements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/block/announcements.php b/root/portal/block/announcements.php index b4316ea1..ed780f1c 100644 --- a/root/portal/block/announcements.php +++ b/root/portal/block/announcements.php @@ -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 )