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:
authorMarc Delisle <marc@infomarc.info>2015-09-12 13:25:36 +0300
committerMarc Delisle <marc@infomarc.info>2015-09-12 13:25:36 +0300
commita2c009e67054ab7da8075edd1658064c07f9f2bd (patch)
tree7c8118c8d3b65ad2b7b663601f300b19e06af702 /tbl_export.php
parent77c0d66a1b7517225c73ab83990e8bdcbf2d9efa (diff)
Remove duplication
Signed-off-by: Marc Delisle <marc@infomarc.info>
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 4d62c7493e..6a77bef4e7 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -181,9 +181,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;
}