From: Arne Heizmann Date: Wed, 4 Aug 2004 00:28:56 +0000 (+0000) Subject: remove commented-out code. We have CVS for archiving it X-Git-Tag: 1.5.0alpha1~2525 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=0b99c990f956ecd72a7eb31ec02133a31e41060e;p=lhc%2Fweb%2Fwiklou.git remove commented-out code. We have CVS for archiving it --- 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 ); }