remove commented-out code. We have CVS for archiving it
authorArne Heizmann <timwi@users.mediawiki.org>
Wed, 4 Aug 2004 00:28:56 +0000 (00:28 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Wed, 4 Aug 2004 00:28:56 +0000 (00:28 +0000)
includes/GlobalFunctions.php

index c39490d..02e05cd 100644 (file)
@@ -726,9 +726,6 @@ function wfCheckLimits( $deflimit = 50, $optionname = 'rclimit' ) {
        $offset = $wgRequest->getInt( 'offset', 0 );
        if( $offset < 0 ) $offset = 0;
 
-#No, we don't really need a max...
-#      if( $offset > 65000 ) $offset = 65000; # do we need a max? what?
-       
        return array( $limit, $offset );
 }