diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-23 13:13:54 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-23 13:13:54 +0100 |
| commit | 6af621c763fccee53c2ec06da3a39902a5e0c110 (patch) | |
| tree | d01e25c9e68bb412e914ca898ac765c13cee21b1 /functions.php | |
| parent | 30cf38dd0cacc694e80c9cd0fc922cac7da1441c (diff) | |
update debug: print out category tags
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 5 |
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#']; |