update debug: print out category tags

master
Andrew Dolgov 17 years ago
parent 30cf38dd0c
commit 6af621c763

@ -748,6 +748,11 @@
} }
} }
if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
_debug("update_rss_feed: category tags:");
print_r($additional_tags);
}
} else { } else {
$t_ctr = $item['category#']; $t_ctr = $item['category#'];

Loading…
Cancel
Save