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 --- maintenance/moveBatch.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'maintenance/moveBatch.php') diff --git a/maintenance/moveBatch.php b/maintenance/moveBatch.php index 4b0abf7f..058652dc 100644 --- a/maintenance/moveBatch.php +++ b/maintenance/moveBatch.php @@ -3,8 +3,7 @@ /** * Maintenance script to move a batch of pages * - * @package MediaWiki - * @subpackage Maintenance + * @addtogroup Maintenance * @author Tim Starling * * USAGE: php moveBatch.php [-u ] [-r ] [-i ] @@ -56,7 +55,7 @@ if ( !$file ) { exit; } -$dbw =& wfGetDB( DB_MASTER ); +$dbw = wfGetDB( DB_MASTER ); for ( $linenum = 1; !feof( $file ); $linenum++ ) { $line = fgets( $file ); -- cgit v1.2.3-54-g00ecf