From 2af515a9b86c1a641794f54883bc7b92372246b9 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Sun, 5 May 2013 13:07:36 +0200 Subject: [PATCH] Fix bug #3905 [export] Custom Exporting exports all databases --- ChangeLog | 1 + export.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index d222ea0b52..522d3a8ad6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog - bug #3900 CSP WARN in Firefox console - bug #3901 Setup script warning for config auth (stored login data) shows link BBcode - bug #3895 [browse] Fixed getting BLOB data +- bug #3905 [export] Custom Exporting exports all databases 4.0.0.0 (2013-05-03) + Patch #3481047 for rfe #3480477 Insert as new row enhancement diff --git a/export.php b/export.php index 53574eaf0b..c1ba68877a 100644 --- a/export.php +++ b/export.php @@ -27,6 +27,7 @@ $post_params = array( 'export_type', 'export_method', 'quick_or_custom', + 'db_select', 'table_select', 'limit_to', 'limit_from',