From: Andrew Dolgov Date: Thu, 23 Aug 2007 12:13:54 +0000 (+0100) Subject: update debug: print out category tags X-Git-Tag: 1.2.15~88 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6af621c763fccee53c2ec06da3a39902a5e0c110;p=tt-rss.git update debug: print out category tags --- diff --git a/functions.php b/functions.php index 4bfe9537..e86fc031 100644 --- a/functions.php +++ b/functions.php @@ -748,6 +748,11 @@ } } + if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) { + _debug("update_rss_feed: category tags:"); + print_r($additional_tags); + } + } else { $t_ctr = $item['category#'];