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

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Mar 29 10:48:34 GMT 2006


Author: mark
Date: 2006-03-29 10:48:33 +0000 (Wed, 29 Mar 2006)
New Revision: 3146

Modified:
   plog/trunk/class/dao/blogs.class.php
Log:
A little bug fix of getAllBlogs

Modified: plog/trunk/class/dao/blogs.class.php
===================================================================
--- plog/trunk/class/dao/blogs.class.php	2006-03-28 20:19:26 UTC (rev 3145)
+++ plog/trunk/class/dao/blogs.class.php	2006-03-29 10:48:33 UTC (rev 3146)
@@ -164,7 +164,7 @@
 			if( $searchTerms != "" ){
 				$searchCond = $this->getSearchConditions( $searchTerms );
                 if( $where != "" )
-                    $where .= " AND" . $searchCond;
+                    $where .= " AND " . $searchCond;
             }
 				
 			if( $where != "" )



More information about the pLog-svn mailing list