[pLog-svn] r2032 - plog/branches/plog-1.0.1/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri May 20 11:00:46 GMT 2005


Author: oscar
Date: 2005-05-20 11:00:46 +0000 (Fri, 20 May 2005)
New Revision: 2032

Modified:
   plog/branches/plog-1.0.1/class/dao/articles.class.php
Log:
removed some commented code


Modified: plog/branches/plog-1.0.1/class/dao/articles.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/dao/articles.class.php	2005-05-20 09:55:44 UTC (rev 2031)
+++ plog/branches/plog-1.0.1/class/dao/articles.class.php	2005-05-20 11:00:46 UTC (rev 2032)
@@ -400,7 +400,6 @@
 			//$articleTrackbacks = $this->trackbacks->getArticleTrackbacksByIds( $ids );
 			$articleCategories = $this->categories->getArticleCategoriesByIds( $ids, $blogid );
 			$articleTexts = $this->getArticlesText( $ids );
-            //$fields = $this->customfields->getArticleCustomFieldsValuesByIds( $ids );
             
             foreach( $articles as $article ) {
             	$lastArticleId=$article->getId();




More information about the pLog-svn mailing list