From: Rob Church Date: Thu, 12 Apr 2007 10:08:08 +0000 (+0000) Subject: Remove un-needed comment transformation X-Git-Tag: 1.31.0-rc.0~53422 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=c0c147fbb2eff3c06dc3ada4d8600e3a3f3bb913;p=lhc%2Fweb%2Fwiklou.git Remove un-needed comment transformation --- 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..." );