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

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Sat Mar 26 22:20:16 GMT 2005


Author: subaochen
Date: 2005-03-26 22:20:16 +0000 (Sat, 26 Mar 2005)
New Revision: 1614

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
missing from articles_text


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-03-26 21:46:39 UTC (rev 1613)
+++ plog/trunk/class/dao/articles.class.php	2005-03-26 22:20:16 UTC (rev 1614)
@@ -920,7 +920,7 @@
 		 */
 		function deleteArticleText( $articleId )
 		{
-			$query = "DELETE FROM ".$this->getPrefix()." WHERE article_id = '".Db::qstr($articleId)."'";
+			$query = "DELETE FROM ".$this->getPrefix()."articles_text WHERE article_id = '".Db::qstr($articleId)."'";
 			
 			return( $this->Execute( $query ));
 		}




More information about the pLog-svn mailing list