1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 22:01:30 +00:00

update debug: print out category tags

This commit is contained in:
Andrew Dolgov
2007-08-23 13:13:54 +01:00
parent 30cf38dd0c
commit 6af621c763

View File

@@ -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#'];