From 5bb10802f9b601540dcfed06f2f87289d5e08c60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20Stojni=C4=87?= Date: Thu, 24 May 2007 18:25:15 +0000 Subject: [PATCH] Revert r22403 for the moment. Probably should ask Brion before changing dtds. --- docs/export-0.3.xsd | 3 --- includes/Export.php | 2 -- 2 files changed, 5 deletions(-) diff --git a/docs/export-0.3.xsd b/docs/export-0.3.xsd index 71327f8968..1e0b7c88f2 100644 --- a/docs/export-0.3.xsd +++ b/docs/export-0.3.xsd @@ -92,9 +92,6 @@ - - - diff --git a/includes/Export.php b/includes/Export.php index e9e210d663..9307795d8c 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -384,8 +384,6 @@ class XmlDumpWriter { $title = Title::makeTitle( $row->page_namespace, $row->page_title ); $out .= ' ' . wfElementClean( 'title', array(), $title->getPrefixedText() ) . "\n"; $out .= ' ' . wfElement( 'id', array(), strval( $row->page_id ) ) . "\n"; - if(isset($row->num_page_ref)) - $out .= ' ' . wfElement( 'references', array(), strval( $row->num_page_ref ) ) . "\n"; if( '' != $row->page_restrictions ) { $out .= ' ' . wfElement( 'restrictions', array(), strval( $row->page_restrictions ) ) . "\n"; -- 2.20.1