]> git.wh0rd.org Git - tt-rss.git/commitdiff
blacklist option EXTENDED_FEEDLIST
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Nov 2010 13:13:22 +0000 (16:13 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Nov 2010 13:13:22 +0000 (16:13 +0300)
functions.php
modules/pref-prefs.php

index 756cf223282a6ecef66a3052f81e2b0199b885b9..5fe775971389d786737f23d560f0197d6533a8a6 100644 (file)
                        $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);
                } 
                        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);
                }
                        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);
index 0042279395add11364d0a8efa73837bbfb620881..2133715a2df99e0eb8eeae98cf9d4426e566ecce 100644 (file)
@@ -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",