diff --git a/ChangeLog b/ChangeLog index 1b2c9e7566..dc7e89eead 100644 --- a/ChangeLog +++ b/ChangeLog @@ -118,6 +118,7 @@ underscore (see PMASA-2013-4) - [security] Global variables overwrite in export.php, reported by Janek Vind (see PMASA-2013-5) +- bug #3892 [export] SQL Export files are empty 3.5.9.0 (not yet released) diff --git a/export.php b/export.php index 0d48a3ca5d..53574eaf0b 100644 --- a/export.php +++ b/export.php @@ -27,6 +27,7 @@ $post_params = array( 'export_type', 'export_method', 'quick_or_custom', + 'table_select', 'limit_to', 'limit_from', 'allrows',