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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-12 23:36:39 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-12 23:36:39 +0300
commit700e081833dd7cd1b1669412ddf1c2e135ade0a1 (patch)
treeb5931540ed3bc3a12f3994389ec982826f44644e /db_designer.php
parent1354b45b128051c0c54a26f4f21cb7485f958350 (diff)
Refactor plugin_interface functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_designer.php')
-rw-r--r--db_designer.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_designer.php b/db_designer.php
index d199fdf1a1..ceb4f89ed6 100644
--- a/db_designer.php
+++ b/db_designer.php
@@ -22,7 +22,6 @@ if (isset($_REQUEST['dialog'])) {
} else if ($_REQUEST['dialog'] == 'save_as') {
$html = Designer::getHtmlForPageSaveAs($GLOBALS['db']);
} else if ($_REQUEST['dialog'] == 'export') {
- include_once 'libraries/plugin_interface.lib.php';
$html = Designer::getHtmlForSchemaExport(
$GLOBALS['db'], $_REQUEST['selected_page']
);