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:
authorMichal Čihař <mcihar@novell.com>2010-07-26 18:17:59 +0400
committerMichal Čihař <mcihar@novell.com>2010-07-26 18:17:59 +0400
commitee767e2d3d10fff9f8bf1b9cc3bf448690dbcfa0 (patch)
treef54f705f165265912a80dd9c1992c37a5e62f9f3 /transformation_wrapper.php
parentbcc372b5c5118493d78818011ef0ec3a273b4821 (diff)
No need to explicitely include relation.lib its anyway included in common.inc
Diffstat (limited to 'transformation_wrapper.php')
-rw-r--r--transformation_wrapper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/transformation_wrapper.php b/transformation_wrapper.php
index 3dd9c3123e..3699dd0918 100644
--- a/transformation_wrapper.php
+++ b/transformation_wrapper.php
@@ -14,7 +14,6 @@ define('IS_TRANSFORMATION_WRAPPER', true);
* Gets a core script and starts output buffering work
*/
require_once './libraries/common.inc.php';
-require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/transformations.lib.php'; // Transformations
$cfgRelation = PMA_getRelationsParam();