]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
viewfeed: do not return sync counters on subop
[tt-rss.git] / 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);