summaryrefslogtreecommitdiff
path: root/includes/SpecialAncientpages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialAncientpages.php')
-rw-r--r--includes/SpecialAncientpages.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/includes/SpecialAncientpages.php b/includes/SpecialAncientpages.php
index 39a3c8ea..c0bbb7ba 100644
--- a/includes/SpecialAncientpages.php
+++ b/includes/SpecialAncientpages.php
@@ -1,14 +1,12 @@
<?php
/**
*
- * @package MediaWiki
- * @subpackage SpecialPage
+ * @addtogroup SpecialPage
*/
/**
- *
- * @package MediaWiki
- * @subpackage SpecialPage
+ * Implements Special:Ancientpages
+ * @addtogroup SpecialPage
*/
class AncientPagesPage extends QueryPage {
@@ -24,7 +22,7 @@ class AncientPagesPage extends QueryPage {
function getSQL() {
global $wgDBtype;
- $db =& wfGetDB( DB_SLAVE );
+ $db = wfGetDB( DB_SLAVE );
$page = $db->tableName( 'page' );
$revision = $db->tableName( 'revision' );
#$use_index = $db->useIndexClause( 'cur_timestamp' ); # FIXME! this is gone