summaryrefslogtreecommitdiff
path: root/includes/SpecialWantedcategories.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialWantedcategories.php')
-rw-r--r--includes/SpecialWantedcategories.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/includes/SpecialWantedcategories.php b/includes/SpecialWantedcategories.php
index 05ee7ec0..27a9f176 100644
--- a/includes/SpecialWantedcategories.php
+++ b/includes/SpecialWantedcategories.php
@@ -1,19 +1,13 @@
<?php
/**
- * A querypage to list the most wanted categories
+ * A querypage to list the most wanted categories - implements Special:Wantedcategories
*
- * @package MediaWiki
- * @subpackage SpecialPage
+ * @addtogroup SpecialPage
*
* @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
* @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
*/
-
-/**
- * @package MediaWiki
- * @subpackage SpecialPage
- */
class WantedCategoriesPage extends QueryPage {
function getName() { return 'Wantedcategories'; }
@@ -21,7 +15,7 @@ class WantedCategoriesPage extends QueryPage {
function isSyndicated() { return false; }
function getSQL() {
- $dbr =& wfGetDB( DB_SLAVE );
+ $dbr = wfGetDB( DB_SLAVE );
list( $categorylinks, $page ) = $dbr->tableNamesN( 'categorylinks', 'page' );
$name = $dbr->addQuotes( $this->getName() );
return