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-11 20:15:49 +0300
committerMarc Delisle <marc@infomarc.info>2015-09-11 20:15:49 +0300
commitf1823798ff2165981549490b056d040bc2581256 (patch)
tree2de5f1949fddb28b0d26f18ac304b19487688972 /db_export.php
parent27e54fb194aaa527980bc2151371dacb29e9e3d9 (diff)
Remove duplication
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/db_export.php b/db_export.php
index e3323abfc3..0274f9259e 100644
--- a/db_export.php
+++ b/db_export.php
@@ -138,9 +138,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;
}