From fba74f3b8159456ec655b3656b4a482c5c4962b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 30 May 2006 06:43:00 +0000 Subject: [PATCH] Fix export to XML (bug #1497239). --- ChangeLog | 1 + libraries/export/xml.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d75e95d6..3111be80c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2006-05-30 Michal Čihař * libraries/export/sql.php: Fix handling of backquotes (bug #1497239). + * libraries/export/xml.php: Fix export to XML (bug #1497239). 2006-05-29 Michal Čihař * lang/galician: Update, thanks to Xosé Calvo - xosecalvo. diff --git a/libraries/export/xml.php b/libraries/export/xml.php index f38c7c255..ff9640573 100644 --- a/libraries/export/xml.php +++ b/libraries/export/xml.php @@ -14,6 +14,7 @@ if (isset($plugin_list)) { 'extension' => 'xml', 'mime_type' => 'text/xml', 'options' => array( + array('type' => 'hidden', 'name' => 'data'), ), 'options_text' => 'strXMLOptions', );