From f92471951b6bf7f3e11a7c9e584cb6eff5d8c233 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 16:07:31 +0100 Subject: dynamically show new label markers in headlines buffer w/o reload --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 1d5210677..984365e73 100644 --- a/functions.php +++ b/functions.php @@ -5019,7 +5019,7 @@ $feed_id = $line["feed_id"]; $labels = get_article_labels($link, $id); - $labels_str = ""; + $labels_str = ""; foreach ($labels as $l) { $labels_str .= ""; } + $labels_str .= ""; + if (count($topmost_article_ids) < 5) { array_push($topmost_article_ids, $id); } -- cgit v1.2.3-54-g00ecf