update debug: print out category tags
This commit is contained in:
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…
Reference in New Issue