summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 16:13:22 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 16:13:22 +0300
commit296c8134c1322ba51080732e7e9366b4cef47013 (patch)
treed70150cb146a12908a3cdf95c2d9161c477c44c0 /functions.php
parent64029210a907797fe2870e213fa605add26a83f3 (diff)
blacklist option EXTENDED_FEEDLIST
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/functions.php b/functions.php
index 756cf2232..5fe775971 100644
--- a/functions.php
+++ b/functions.php
@@ -2740,8 +2740,8 @@
$cv = array("id" => $i,
"counter" => $count);
- if (get_pref($link, 'EXTENDED_FEEDLIST'))
- $cv["xmsg"] = getFeedArticles($link, $i)." ".__("total");
+// if (get_pref($link, 'EXTENDED_FEEDLIST'))
+// $cv["xmsg"] = getFeedArticles($link, $i)." ".__("total");
array_push($ret_arr, $cv);
}
@@ -2773,8 +2773,8 @@
if ($descriptions)
$cv["description"] = $label_name;
- if (get_pref($link, 'EXTENDED_FEEDLIST'))
- $cv["xmsg"] = getFeedArticles($link, $id)." ".__("total");
+// if (get_pref($link, 'EXTENDED_FEEDLIST'))
+// $cv["xmsg"] = getFeedArticles($link, $id)." ".__("total");
array_push($ret_arr, $cv);
}
@@ -2820,8 +2820,8 @@
if ($last_error)
$cv["error"] = $last_error;
- if (get_pref($link, 'EXTENDED_FEEDLIST'))
- $cv["xmsg"] = getFeedArticles($link, $id)." ".__("total");
+// if (get_pref($link, 'EXTENDED_FEEDLIST'))
+// $cv["xmsg"] = getFeedArticles($link, $id)." ".__("total");
if ($active_feed && $id == $active_feed)
$cv["title"] = truncate_string($line["title"], 30);