From 0b99c990f956ecd72a7eb31ec02133a31e41060e Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Wed, 4 Aug 2004 00:28:56 +0000 Subject: [PATCH] remove commented-out code. We have CVS for archiving it --- includes/GlobalFunctions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index c39490d4b6..02e05cd7ac 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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 ); } -- 2.20.1