[pLog-svn] r3373 - plog/trunk/class/summary/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue May 9 20:23:41 GMT 2006


Author: jondaley
Date: 2006-05-09 20:23:41 +0000 (Tue, 09 May 2006)
New Revision: 3373

Modified:
   plog/trunk/class/summary/dao/summarystats.class.php
Log:
fixes sql error - I believe this was reported on the forums somewhere

Modified: plog/trunk/class/summary/dao/summarystats.class.php
===================================================================
--- plog/trunk/class/summary/dao/summarystats.class.php	2006-05-09 19:59:08 UTC (rev 3372)
+++ plog/trunk/class/summary/dao/summarystats.class.php	2006-05-09 20:23:41 UTC (rev 3373)
@@ -163,7 +163,7 @@
          	$query = "SELECT * 
 			          FROM ".$this->getPrefix()."blogs 
 					  WHERE status = ".BLOG_STATUS_ACTIVE." 
-					  AND b.show_in_summary = '1'
+					  AND show_in_summary = '1'
 					  ORDER BY id DESC";
 
             if( $maxBlogs > 0 )



More information about the pLog-svn mailing list