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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 12 22:56:41 GMT 2006


Author: oscar
Date: 2006-01-12 22:56:41 +0000 (Thu, 12 Jan 2006)
New Revision: 2781

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
searches are working again


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-01-12 22:52:45 UTC (rev 2780)
+++ plog/trunk/class/dao/articles.class.php	2006-01-12 22:56:41 UTC (rev 2781)
@@ -370,7 +370,7 @@
 				$ids[] = $row['article_id'];
 			}
 			
-			$searchCondition = 'id IN ('.implode( ', ', $ids ).')';
+			$searchCondition = 'a.id IN ('.implode( ', ', $ids ).')';
 			
 			return( $searchCondition );
 		}



More information about the pLog-svn mailing list