Index: includes/SpecialRecentchanges.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/SpecialRecentchanges.php,v retrieving revision 1.50.2.4 diff -u -r1.50.2.4 SpecialRecentchanges.php --- includes/SpecialRecentchanges.php 27 Mar 2005 22:24:09 -0000 1.50.2.4 +++ includes/SpecialRecentchanges.php 23 Apr 2005 11:30:32 -0000 @@ -102,8 +102,7 @@ $hidem .= ( $hidepatrolled )? ' AND rc_patrolled=0' : ''; $urlparams = array( 'hideminor' => $hideminor, 'hideliu' => $hideliu, - 'hidebots' => $hidebots, 'hidepatrolled' => $hidepatrolled, - 'limit' => $limit ); + 'hidebots' => $hidebots, 'hidepatrolled' => $hidepatrolled ); $hideparams = wfArrayToCGI( $urlparams ); $minorLink = $sk->makeKnownLink( $wgContLang->specialPage( 'Recentchanges' ),