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:
authorRouslan Placella <rouslan@placella.com>2012-06-01 20:58:31 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:03 +0400
commit635023c791f032705bd94bfd7d7d93c0105e453b (patch)
treeccd308d836445eafaf4294c5405dd42068a68ea8 /schema_edit.php
parent41cb6e20b0285271e91d422dfd334220e2c89e86 (diff)
relation.lib.php is already included by common.inc.php
Diffstat (limited to 'schema_edit.php')
-rw-r--r--schema_edit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/schema_edit.php b/schema_edit.php
index 6fcfacb784..e472ab5f6e 100644
--- a/schema_edit.php
+++ b/schema_edit.php
@@ -19,11 +19,9 @@ $url_query .= '&amp;goto=schema_edit.php';
require_once 'libraries/db_info.inc.php';
/**
- * Includ settings for relation stuff
* get all variables needed for exporting relational schema
* in $cfgRelation
*/
-require_once 'libraries/relation.lib.php';
$cfgRelation = PMA_getRelationsParam();
/**