]> git.wh0rd.org Git - tt-rss.git/commitdiff
update_feed_list: disable unnecessary debugging
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 Nov 2007 05:31:18 +0000 (06:31 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 Nov 2007 05:31:18 +0000 (06:31 +0100)
functions.php

index 943e5fb0d6197db669beea10f5cf630d0c05e320..41fca453fc79251557eba017c0bda38a185c18a8 100644 (file)
 
                        foreach ($iterator as $item) {
 
-                               print_r($item);
+                               if ($_GET['xdebug']) {
+                                       print_r($item);
+                               }
 
                                if (ENABLE_SIMPLEPIE) {
                                        $entry_guid = $item->get_id();