Index: includes/SpecialRecentchanges.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/SpecialRecentchanges.php,v retrieving revision 1.61 diff -u -r1.61 SpecialRecentchanges.php --- includes/SpecialRecentchanges.php 3 Apr 2005 08:30:05 -0000 1.61 +++ includes/SpecialRecentchanges.php 22 Apr 2005 15:09:10 -0000 @@ -105,8 +105,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' ),