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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Feb 6 19:52:42 GMT 2005


Author: oscar
Date: 2005-02-06 19:52:42 +0000 (Sun, 06 Feb 2005)
New Revision: 976

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
replaced "plog_" with with the right value

Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-02-06 19:05:59 UTC (rev 975)
+++ plog/trunk/class/dao/articles.class.php	2005-02-06 19:52:42 UTC (rev 976)
@@ -370,7 +370,7 @@
                              a.num_reads, a.slug, 1 AS relevance FROM {$prefix}articles a, {$prefix}articles_categories c, 
                              {$prefix}article_categories_link l";
 			if( $searchTerms != "" )
-				$query .= ", plog_articles_text t ";
+				$query .= ", {$prefix}articles_text t ";
 			$query .= " WHERE ";
 			if( $searchTerms != "" )
 				$query .= " t.article_id = a.id AND ";




More information about the pLog-svn mailing list