[pLog-svn] r3892 - plog/trunk/class/dao

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Aug 18 18:26:24 GMT 2006


Author: mark
Date: 2006-08-18 18:26:22 +0000 (Fri, 18 Aug 2006)
New Revision: 3892

Modified:
   plog/trunk/class/dao/blogs.class.php
Log:
Fix an error notice.

Modified: plog/trunk/class/dao/blogs.class.php
===================================================================
--- plog/trunk/class/dao/blogs.class.php	2006-08-18 01:19:25 UTC (rev 3891)
+++ plog/trunk/class/dao/blogs.class.php	2006-08-18 18:26:22 UTC (rev 3892)
@@ -283,6 +283,7 @@
          */
         function getNumBlogs( $status = BLOG_STATUS_ALL, $blogCategoryId = ALL_BLOG_CATEGORIES, $searchTerms = "" )
         {	
+			$where = "";
 			$statusCond = "";
             if( $status != BLOG_STATUS_ALL )
                 $statusCond = "status = '".Db::qstr($status)."'";



More information about the pLog-svn mailing list