summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 13:13:54 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 13:13:54 +0100
commit6af621c763fccee53c2ec06da3a39902a5e0c110 (patch)
treed01e25c9e68bb412e914ca898ac765c13cee21b1
parent30cf38dd0cacc694e80c9cd0fc922cac7da1441c (diff)
update debug: print out category tags
-rw-r--r--functions.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 4bfe95376..e86fc0310 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#'];