blacklist option EXTENDED_FEEDLIST
This commit is contained in:
parent
64029210a9
commit
296c8134c1
|
@ -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);
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
|
||||
"ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS", "ENABLE_FEED_ICONS",
|
||||
"ENABLE_OFFLINE_READING");
|
||||
"ENABLE_OFFLINE_READING", "EXTENDED_FEEDLIST");
|
||||
|
||||
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
|
||||
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",
|
||||
|
|
Loading…
Reference in New Issue