From 13ba848e1ee56c50a679e495bfd43f59293c03ab Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 5 May 2002 10:26:52 +0000 Subject: [PATCH] Worked on the XML export feature. --- ChangeLog | 2 ++ tbl_dump.php3 | 2 +- tbl_properties_export.php3 | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45d30bcdf5..2bfb81e36a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2002-05-05 Alexander M. Turek * db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3: Use "SQL" instead of "home" as link name. + * tbl_properties_export.php3: Added XML export option (todo: limit feature). + * tbl_dump.php3: Beautified XML output. 2002-05-04 Loïc Chapeaux * user_details.php3, line 984: do not use "mysql_result" if the query diff --git a/tbl_dump.php3 b/tbl_dump.php3 index 8622a3a28f..5304ff1001 100755 --- a/tbl_dump.php3 +++ b/tbl_dump.php3 @@ -307,7 +307,7 @@ else { } if ((isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $table . '|')) || (!isset($tmp_select) && !empty($table))) { - $dump_buffer .= PMA_getTableXML($db, $table, $crlf, $err_url) . $crlf; + $dump_buffer .= PMA_getTableXML($db, $table, $crlf, $err_url); } $i++; } diff --git a/tbl_properties_export.php3 b/tbl_properties_export.php3 index 5028ab352a..2e4492b679 100755 --- a/tbl_properties_export.php3 +++ b/tbl_properties_export.php3 @@ -35,7 +35,9 @@ require('./tbl_properties_table_info.php3');           
        - " class="textfield" />   + " class="textfield" />  
+ +