exclude cats for the debug

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-17 18:15:58 -08:00
parent 38b36126ca
commit 9ba892b1b6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function comicpress_notice_debug() {
if (empty($error)) {
$founderror = FALSE;
$blog_query = '&show_posts=-1&posts_per_page=-1';
$blog_query = '&show_posts=-1&posts_per_page=-1&cat="-'.exclude_comic_categories().'"';
$comic_categories = array();
$founderrorpost = array();