set default values

This commit is contained in:
John Bintz 2009-11-12 21:39:23 -05:00
parent b86b35c8fd
commit 8851dd6338
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
class ComicPressDBInterface {
var $_non_comic_categories, $_all_categories;
var $_non_comic_categories = array(), $_all_categories = array();
function ComicPressDBInterface() {}