From: Niklas Laxström Date: Thu, 4 May 2006 22:13:23 +0000 (+0000) Subject: * No comment is better than wrong comment X-Git-Tag: 1.31.0-rc.0~57245 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d2cf3ddceeb82022350f979bc3b150fad58e375e;p=lhc%2Fweb%2Fwiklou.git * No comment is better than wrong comment --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index ed9bc0025a..ff1fe0a35a 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -41,12 +41,6 @@ class CategoryPage extends Article { # For overloading } - # generate a list of subcategories and pages for a category - # depending on wfMsg("usenewcategorypage") it either calls the new - # or the old code. The new code will not work properly for some - # languages due to sorting issues, so they might want to turn it - # off. - function closeShowCategory() { global $wgOut, $wgRequest; $from = $wgRequest->getVal( 'from' );