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 /chk_rel.php
parentbcc372b5c5118493d78818011ef0ec3a273b4821 (diff)
No need to explicitely include relation.lib its anyway included in common.inc
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 323befda79..0f965ac599 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -10,7 +10,6 @@
*/
require_once './libraries/common.inc.php';
require_once './libraries/header.inc.php';
-require_once './libraries/relation.lib.php';
/**