From cecb985bee3bdd252e1b8dc0bd500b37cd52be01 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 16 May 2007 20:58:53 +0000 Subject: Aktualisierung auf MediaWiki 1.10.0 Plugins angepasst und verbessert kleine Korrekturen am Design --- includes/SpecialMostcategories.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'includes/SpecialMostcategories.php') diff --git a/includes/SpecialMostcategories.php b/includes/SpecialMostcategories.php index 41bfb0cd..df2b9adf 100644 --- a/includes/SpecialMostcategories.php +++ b/includes/SpecialMostcategories.php @@ -1,7 +1,6 @@ * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason @@ -9,8 +8,8 @@ */ /** - * @package MediaWiki - * @subpackage SpecialPage + * implements Special:Mostcategories + * @addtogroup SpecialPage */ class MostcategoriesPage extends QueryPage { @@ -19,7 +18,7 @@ class MostcategoriesPage extends QueryPage { function isSyndicated() { return false; } function getSQL() { - $dbr =& wfGetDB( DB_SLAVE ); + $dbr = wfGetDB( DB_SLAVE ); list( $categorylinks, $page) = $dbr->tableNamesN( 'categorylinks', 'page' ); return " -- cgit v1.2.3-54-g00ecf