]> git.wh0rd.org Git - tt-rss.git/commitdiff
update debug: print out category tags
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 23 Aug 2007 12:13:54 +0000 (13:13 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 23 Aug 2007 12:13:54 +0000 (13:13 +0100)
functions.php

index 4bfe953767147e0c59a42fa88d025ab770c01df7..e86fc03100ded9f45ebd13853e896be0ddceba0c 100644 (file)
                                                }
                                        }
 
+                                       if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
+                                               _debug("update_rss_feed: category tags:");
+                                               print_r($additional_tags);
+                                       }
+
                                } else {
 
                                        $t_ctr = $item['category#'];