summaryrefslogtreecommitdiff
path: root/maintenance/removeUnusedAccounts.inc
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
commitcecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch)
tree17266aa237742640aabee7856f0202317a45d540 /maintenance/removeUnusedAccounts.inc
parent0bac06c301f2a83edb0236e4c2434da16848d549 (diff)
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert kleine Korrekturen am Design
Diffstat (limited to 'maintenance/removeUnusedAccounts.inc')
-rw-r--r--maintenance/removeUnusedAccounts.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/maintenance/removeUnusedAccounts.inc b/maintenance/removeUnusedAccounts.inc
index ac15ebef..20791230 100644
--- a/maintenance/removeUnusedAccounts.inc
+++ b/maintenance/removeUnusedAccounts.inc
@@ -4,8 +4,7 @@
* Support functions for the removeUnusedAccounts maintenance script
*
*
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
* @author Rob Church <robchur@gmail.com>
*/
@@ -18,7 +17,7 @@
* @return bool
*/
function isInactiveAccount( $id, $master = false ) {
- $dbo =& wfGetDB( $master ? DB_MASTER : DB_SLAVE );
+ $dbo = wfGetDB( $master ? DB_MASTER : DB_SLAVE );
$fname = 'isInactiveAccount';
$checks = array( 'revision' => 'rev', 'archive' => 'ar', 'logging' => 'log',
'image' => 'img', 'oldimage' => 'oi' );