From: Antoine Musso Date: Sun, 15 Jan 2006 14:00:22 +0000 (+0000) Subject: never used call X-Git-Tag: 1.6.0~532 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=39f780d769da71d65160bfcb1a7fe9fba251fcc2;p=lhc%2Fweb%2Fwiklou.git never used call --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 73b37bd85e..e34d1036a6 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -279,8 +279,6 @@ function wfSpecialContributions( $par = null ) { $atstart = (!count($contribs) || $late == $contribs[0]->rev_timestamp); $atend = (!count($contribs) || $early == $lastts); - $lasturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}"); - $firsttext = wfMsgHtml('histfirst'); $lasttext = wfMsgHtml('histlast');