From 023fe0377d698287c25e59da0f282b108957540e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 Dec 2005 18:35:04 +0100 Subject: mark feeds with update errors in feedlist (closes #8) --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 5a4683bf9..78238a069 100644 --- a/functions.php +++ b/functions.php @@ -596,9 +596,9 @@ function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file, $link) { if (file_exists($icon_file) && filesize($icon_file) > 0) { - $feed_icon = ""; + $feed_icon = ""; } else { - $feed_icon = ""; + $feed_icon = ""; } $feed = "$feed_title"; -- cgit v1.2.3