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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-09-13 16:53:04 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-13 16:53:04 +0300
commit3bf856e4c4269baa92cd781a39e09e8adadb8f7b (patch)
tree1be89fb94d6cba496609d112fd35aa535fb5697d /tbl_export.php
parent6a2f9187cee987d18a12063e854b9c9f3d8cc4bf (diff)
parent8243f01ce76df0a5bb1134df267c1955ef7c7239 (diff)
Merge branch 'master' into useNamespaces_master
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 0531dbbbf6..825014a934 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -184,9 +184,6 @@ if (! isset($sql_query)) {
if (! isset($num_tables)) {
$num_tables = 0;
}
-if (! isset($num_tables)) {
- $num_tables = 0;
-}
if (! isset($unlim_num_rows)) {
$unlim_num_rows = 0;
}