]> git.wh0rd.org Git - tt-rss.git/commitdiff
misc code cleanup
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Aug 2011 12:29:26 +0000 (16:29 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Aug 2011 12:29:26 +0000 (16:29 +0400)
functions.php

index 7c5916a1aa4a534b2f88208df6eecb9001635184..04709805ba49651fc9a24f601d08e673f1dff900 100644 (file)
 
                $subop_split = explode(":", $subop);
 
-               if ($subop == "CatchupSelected") {
+/*             if ($subop == "CatchupSelected") {
                        $ids = explode(",", db_escape_string($_REQUEST["ids"]));
                        $cmode = sprintf("%d", $_REQUEST["cmode"]);
 
                        catchupArticlesById($link, $ids, $cmode);
-               }
+               } */
 
                if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0) {
                        update_rss_feed($link, $feed, true);
                        $rtl_content = false;
                }
 
-               /// START /////////////////////////////////////////////////////////////////////////////////
-
                @$search = db_escape_string($_REQUEST["query"]);
 
                if ($search) {
                        $match_on = "both";
                }
 
-               //$real_offset = $offset * $limit;
-
                if ($_REQUEST["debug"]) $timing_info = print_checkpoint("H0", $timing_info);
 
                $qfh_ret = queryFeedHeadlines($link, $feed, $limit, $view_mode, $cat_view,
 
                $vgroup_last_feed = $vgr_last_feed;
 
-               /// STOP //////////////////////////////////////////////////////////////////////////////////
-
                if (!$offset) {
 
                        if (db_num_rows($result) > 0) {
-                               $reply['toolbar'] = format_headline_subtoolbar($link, $feed_site_url, $feed_title,
+                               $reply['toolbar'] = format_headline_subtoolbar($link, $feed_site_url,
+                                       $feed_title,
                                        $feed, $cat_view, $search, $match_on, $search_mode, $view_mode,
                                        $last_error);
                        }
        }
 
        function get_self_url_prefix() {
-
-               /* $url_path = "";
-
-               if ($_SERVER['HTTPS'] != "on") {
-                       $url_path = "http://";
-               } else {
-                       $url_path = "https://";
-               }
-
-               $url_path .= $_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']);
-
-               return $url_path; */
-
                return SELF_URL_PATH;
-
        }
+
        function opml_publish_url($link){
 
                $url_path = get_self_url_prefix();
 
                $num_tags = 0;
 
-/*             if (get_user_theme($link) == "3pane") {
-                       $tag_limit = 3;
-               } else {
-                       $tag_limit = 6;
-               } */
-
                $tag_limit = 6;
 
                $formatted_tags = array();