From 4668523d7ceb98d033c6602f6b0d1540f1e49103 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2005 18:47:58 +0100 Subject: printFeedEntry now expects $link --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index b9392d818..d9d9c37fd 100644 --- a/functions.php +++ b/functions.php @@ -419,7 +419,7 @@ return false; } - function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file) { + function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file, $link) { if (file_exists($icon_file) && filesize($icon_file) > 0) { $feed_icon = ""; -- cgit v1.2.3-54-g00ecf