From c0c147fbb2eff3c06dc3ada4d8600e3a3f3bb913 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Thu, 12 Apr 2007 10:08:08 +0000 Subject: [PATCH] Remove un-needed comment transformation --- maintenance/importTextFile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/maintenance/importTextFile.php b/maintenance/importTextFile.php index a1bb389a4f..60ee228e09 100644 --- a/maintenance/importTextFile.php +++ b/maintenance/importTextFile.php @@ -38,7 +38,6 @@ if( count( $args ) < 1 || isset( $options['help'] ) ) { $wgUser =& $user; $comment = isset( $options['comment'] ) ? $options['comment'] : 'Importing text file'; - $comment = str_replace( '_', ' ', $comment ); $flags = 0 | ( isset( $options['norc'] ) ? EDIT_SUPPRESS_RC : 0 ); echo( "\nPerforming edit..." ); -- 2.20.1