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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Feb 8 07:37:13 GMT 2005


Author: oscar
Date: 2005-02-08 07:37:12 +0000 (Tue, 08 Feb 2005)
New Revision: 988

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
made a little fix


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-02-08 05:11:24 UTC (rev 987)
+++ plog/trunk/class/dao/articles.class.php	2005-02-08 07:37:12 UTC (rev 988)
@@ -53,7 +53,7 @@
 			// that need to load articles share the same instance		
 			$this->cache      = Array();	
 			$this->_blogInfo  = null;
-			$this->_timeDIff  = 0;
+			$this->_timeDiff  = 0;
 			$this->_blogsettings = null;
         }
 
@@ -217,7 +217,7 @@
             // fetch the article
             $article = $this->getBlogArticle( $articleId, $blogId );
             if( !$article )
-                return false;
+                return false;               
 
             // gets the article that is just next in time
             $query = "SELECT * FROM ".$this->getPrefix()."articles 




More information about the pLog-svn mailing list