diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-09-14 13:18:58 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-09-14 13:18:58 +0200 |
commit | 8f416baead93a48e5799e44b8bd2e2c4859f4e04 (patch) | |
tree | cd47ac55eb80a39e3225e8b4f3161b88ea16c2cf /maintenance/renderDump.php | |
parent | d7d08bd1a17618c7d77a6b9b2989e9f7293d6ed6 (diff) |
auf Version 1.11 aktualisiert; Login-Bug behoben
Diffstat (limited to 'maintenance/renderDump.php')
-rw-r--r-- | maintenance/renderDump.php | 5 |
1 files changed, 2 insertions, 3 deletions
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(); -?> + |