Fix export to XML (bug #1497239).

This commit is contained in:
Michal Čihař
2006-05-30 06:43:00 +00:00
parent c42b74c54d
commit fba74f3b81
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2006-05-30 Michal Čihař <michal@cihar.com> 2006-05-30 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fix handling of backquotes (bug #1497239). * 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ř <michal@cihar.com> 2006-05-29 Michal Čihař <michal@cihar.com>
* lang/galician: Update, thanks to Xosé Calvo - xosecalvo. * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.

View File

@@ -14,6 +14,7 @@ if (isset($plugin_list)) {
'extension' => 'xml', 'extension' => 'xml',
'mime_type' => 'text/xml', 'mime_type' => 'text/xml',
'options' => array( 'options' => array(
array('type' => 'hidden', 'name' => 'data'),
), ),
'options_text' => 'strXMLOptions', 'options_text' => 'strXMLOptions',
); );