summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 18:47:58 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 18:47:58 +0100
commit4668523d7ceb98d033c6602f6b0d1540f1e49103 (patch)
tree85780efb2c80ed9383c12b9fb2e34c3534bfc7d6 /functions.php
parent4769ddaf7204bf096f8e0e6204a26f3ad328c71a (diff)
printFeedEntry now expects $link
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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 = "<img src=\"$icon_file\">";