]> git.wh0rd.org - tt-rss.git/commitdiff
viewfeed: do not return sync counters on subop
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 30 Aug 2011 15:41:27 +0000 (19:41 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 30 Aug 2011 15:41:27 +0000 (19:41 +0400)
backend.php

index 9519fea43db0297c9d9de6c00e776637fcbabd89..cef42bb70d53457970add36764b7ffbf02206426 100644 (file)
                                $reply['articles'] = $articles;
                        }
 
-                       if ($subop) {
-                               $reply['counters'] = getAllCounters($link, $omode, $feed);
-                       }
+//                     if ($subop) {
+//                             $reply['counters'] = getAllCounters($link, $omode, $feed);
+//                     }
 
                        if ($_REQUEST["debug"]) $timing_info = print_checkpoint("30", $timing_info);