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 'db_operations.php')
-rw-r--r--db_operations.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/db_operations.php b/db_operations.php
index eec625bd5f..b80fe3ce44 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -290,11 +290,6 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
false,
PMA_DatabaseInterface::QUERY_STORE
);
-
- /*
- * Export Relational Schema View
- */
- $response->addHTML(PMA_getHtmlForExportRelationalSchemaView($url_query));
} // end if
?>