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-11-15 17:22:49 +0300
committerMichal Čihař <michal@cihar.com>2016-11-15 17:22:49 +0300
commit4222000549a72a7b53efec9934a10b4ea7220345 (patch)
treebb1cc3d3d63afca8c67a415a1c660606e03ed0fe /db_export.php
parentaaa39014064301e5bf9423eed4eb2d5132049f72 (diff)
parent46eaa53ddd5b6f8810410e1713a1fce70a2c6187 (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_export.php b/db_export.php
index 79b42d6b12..316c7523f7 100644
--- a/db_export.php
+++ b/db_export.php
@@ -110,7 +110,7 @@ foreach ($tables as $each_table) {
} else {
$structure_checked = $is_checked;
}
- if (isset($_GET['table_data'])) {
+ if (isset($_GET['table_data']) && is_array($_GET['table_data'])) {
$data_checked = PMA_getCheckedClause(
$each_table['Name'], $_GET['table_data']
);