diff --git a/ChangeLog b/ChangeLog index 1fa3fcdfb..7a2f6237a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-05-13 Michal Cihar + * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting + CSV for multiple tables, it just puts all content into one file, but + some people seem to want this (based on patch #735136). + 2003-05-14 Marc Delisle * libraries/defines_php.lib.php3: bug 736111: better GD2 detection diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index bcb82d0cd..9ce1324c5 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -39,9 +39,7 @@ if (isset($sql_query)) { /* Write h to e */ function wH(e,h){if(l){Y=e.document;Y.write(h);Y.close();}if(e.innerHTML)e.innerHTML=h;} function hide_them_all() { - gE("csv_options").style.display = 'none'; - gE("latex_options").style.display = 'none'; gE("sql_options").style.display = 'none'; gE("none_options").style.display = 'none'; @@ -73,10 +71,6 @@ if (isset($sql_query)) {

- @@ -85,9 +79,7 @@ if ($export_single) {

- +    @@ -197,10 +189,6 @@ echo "\n"; -
@@ -240,17 +228,14 @@ if ($export_single) { - +
+