[pLog-svn] r4353 - plog/trunk/class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Nov 27 20:54:14 GMT 2006


Author: oscar
Date: 2006-11-27 20:54:14 +0000 (Mon, 27 Nov 2006)
New Revision: 4353

Modified:
   plog/trunk/class/action/viewarticleaction.class.php
Log:
Removed some unnecessary debug stuff

Modified: plog/trunk/class/action/viewarticleaction.class.php
===================================================================
--- plog/trunk/class/action/viewarticleaction.class.php	2006-11-27 20:42:06 UTC (rev 4352)
+++ plog/trunk/class/action/viewarticleaction.class.php	2006-11-27 20:54:14 UTC (rev 4353)
@@ -240,7 +240,6 @@
 			// and the comments
 			$blogSettings = $this->_blogInfo->getSettings();			
 			$hardLimit = SiteConfig::getHardShowCommentsMax();
-			print("hard limit = $hardLimit<br/>");
 			$commentsPerPage = $blogSettings->getValue( "show_comments_max", DEFAULT_SHOW_COMMENTS_MAX );	
 			if( $commentsPerPage > $hardLimit ) $commentsPerPage = $hardLimit;						
 



More information about the pLog-svn mailing list