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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Jun 25 17:42:43 GMT 2006


Author: oscar
Date: 2006-06-25 17:42:42 +0000 (Sun, 25 Jun 2006)
New Revision: 3650

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
removed some debug info


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-06-24 18:47:18 UTC (rev 3649)
+++ plog/trunk/class/dao/articles.class.php	2006-06-25 17:42:42 UTC (rev 3650)
@@ -1229,7 +1229,6 @@
 
 			$blogs         = new Blogs();
             $blogId        = $query_result['blog_id'];
-			print("blog id = $blogId" );
             $blogInfo      = $blogs->getBlogInfo( $blogId );
 			$blogSettings  = $blogInfo->getSettings();
 			



More information about the pLog-svn mailing list