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-14 00:48:10 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-14 00:48:10 +0300
commitd2c487e378fc8ab3f25ca60d1045a9154b465cf3 (patch)
tree9b173d8e3a9cc0613496b0f40430553bbf422b0e /schema_export.php
parentdcedb418dce1a33f2c09ed374c801708ed1c962f (diff)
Refactor pmd_common functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'schema_export.php')
-rw-r--r--schema_export.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/schema_export.php b/schema_export.php
index 936cc0c263..fd5d2d13ce 100644
--- a/schema_export.php
+++ b/schema_export.php
@@ -22,8 +22,6 @@ require_once 'libraries/common.inc.php';
*/
$cfgRelation = Relation::getRelationsParam();
-require_once 'libraries/pmd_common.php';
-
if (! isset($_REQUEST['export_type'])) {
PhpMyAdmin\Util::checkParameters(array('export_type'));
}