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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 17 21:26:24 GMT 2006


Author: oscar
Date: 2006-01-17 21:26:24 +0000 (Tue, 17 Jan 2006)
New Revision: 2810

Modified:
   plog/trunk/class/dao/commentscommon.class.php
Log:
Removed unnecessary code.

Modified: plog/trunk/class/dao/commentscommon.class.php
===================================================================
--- plog/trunk/class/dao/commentscommon.class.php	2006-01-17 21:25:51 UTC (rev 2809)
+++ plog/trunk/class/dao/commentscommon.class.php	2006-01-17 21:26:24 UTC (rev 2810)
@@ -419,8 +419,8 @@
 				$comments[] = $this->mapRow( $row );
 			}
 			
-			if( $page > -1 && $amount > -1 )
-				$comments = array_slice( $comments,	($page-1) * $amount, $amount );
+			/*if( $page > -1 && $amount > -1 )
+				$comments = array_slice( $comments,	($page-1) * $amount, $amount );*/
         				 
 			return( $comments );
 		}



More information about the pLog-svn mailing list