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
1 changed files with 5 additions and 0 deletions

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