From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- maintenance/renderDump.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'maintenance/renderDump.php') diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 5cb79c53..4b6322d5 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -2,7 +2,7 @@ /** * Take page text out of an XML dump file and render basic HTML out to files. * This is *NOT* suitable for publishing or offline use; it's intended for - * running comparitive tests of parsing behavior using real-world data. + * running comparative tests of parsing behavior using real-world data. * * Templates etc are pulled from the local wiki database, not from the dump. * @@ -30,7 +30,6 @@ $optionsWithArgs = array( 'report' ); require_once( 'commandLine.inc' ); -require_once( 'SpecialImport.php' ); class DumpRenderer { function __construct( $dir ) { @@ -99,4 +98,4 @@ if( isset( $options['output-dir'] ) ) { $render = new DumpRenderer( $dir ); $render->run(); -?> + -- cgit v1.2.3-54-g00ecf