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:
Diffstat (limited to 'libraries/classes/Operations.php')
-rw-r--r--libraries/classes/Operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/classes/Operations.php b/libraries/classes/Operations.php
index 679b313cf5..f7b339a249 100644
--- a/libraries/classes/Operations.php
+++ b/libraries/classes/Operations.php
@@ -160,7 +160,7 @@ class Operations
$views[] = $each_table;
// Create stand-in definition to resolve view dependencies
- $sql_view_standin = $export_sql_plugin->getTableDefStandIn($db, $each_table, "\n");
+ $sql_view_standin = $export_sql_plugin->getTableDefStandIn($db, $each_table);
$this->dbi->selectDb($newDatabaseName);
$this->dbi->query($sql_view_standin);
$GLOBALS['sql_query'] .= "\n" . $sql_view_standin;