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@suse.cz>2012-04-17 11:02:29 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-17 11:02:29 +0400
commitc8b686577c409a6b085680ba834b57a847739cc0 (patch)
tree0140f1b116d192ae2836176ad9b4856d5008a36c /pmd_relation_new.php
parente80e5c5b0eff0a7546ff81e50c9d421853518d45 (diff)
Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36)
Diffstat (limited to 'pmd_relation_new.php')
-rw-r--r--pmd_relation_new.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pmd_relation_new.php b/pmd_relation_new.php
index 42d128f0cf..6cc436c3c3 100644
--- a/pmd_relation_new.php
+++ b/pmd_relation_new.php
@@ -8,6 +8,7 @@
/**
*
*/
+require_once './libraries/common.inc.php';
require_once 'libraries/pmd_common.php';
$die_save_pos = 0;
require_once 'pmd_save_pos.php';