Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-01-22 17:27:15 +0300
committerMichal Čihař <michal@cihar.com>2016-01-22 17:27:15 +0300
commitda62e19833eaf5d757afda22b1f9a8dddbf0653c (patch)
tree1e11475dfd6778a0fad7025a6b107b95b250ac07 /export.php
parent1431625d68f103b8d80173af214a5bc4e39b92c4 (diff)
Correctly handle what parameter on export
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'export.php')
-rw-r--r--export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/export.php b/export.php
index b781eaa18d..e50f4fdd4c 100644
--- a/export.php
+++ b/export.php
@@ -43,6 +43,7 @@ if (!defined('TESTSUITE')) {
$post_params = array(
'db',
'table',
+ 'what',
'single_table',
'export_type',
'export_method',