[pLog-svn] r2552 - plog/branches/plog-1.0.2/class/dao

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Nov 10 13:36:17 GMT 2005


Author: jondaley
Date: 2005-11-10 13:36:17 +0000 (Thu, 10 Nov 2005)
New Revision: 2552

Modified:
   plog/branches/plog-1.0.2/class/dao/articles.class.php
Log:
adding back in one of the changes from 2547, removed unused textfilter object

Modified: plog/branches/plog-1.0.2/class/dao/articles.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/dao/articles.class.php	2005-11-10 13:35:14 UTC (rev 2551)
+++ plog/branches/plog-1.0.2/class/dao/articles.class.php	2005-11-10 13:36:17 UTC (rev 2552)
@@ -696,7 +696,6 @@
         function addArticle( &$newArticle )
         {
             // first, we build up the query
-            $filter = new Textfilter();
             $query = "INSERT INTO ".$this->getPrefix()."articles( user_id,blog_id,status,date,properties, slug )
                       VALUES ( ".$newArticle->getUser().",".
                       $newArticle->getBlog().",'".
@@ -822,7 +821,6 @@
         {
             // we have to build up the query, which will be pretty long...
             $articleDate = Timestamp::getDateWithOffset( $article->getDate(), -($article->getTimeOffset()));
-            $filter = new Textfilter();
 
             $query = "UPDATE ".$this->getPrefix()."articles SET id = ".$article->getId().
                      ", user_id = ".$article->getUser().




More information about the pLog-svn mailing list