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:
authorMarc Delisle <marc@infomarc.info>2006-11-22 21:05:33 +0300
committerMarc Delisle <marc@infomarc.info>2006-11-22 21:05:33 +0300
commit21398414614e0808e4f267c332612818546de57e (patch)
treeaac74106ad0eb0ec633aa7b33697445667f465b7 /pmd_relation_new.php
parent826eb48603577636f00489970df978179cf8bc22 (diff)
rename pmd_session.php to pmd_common.php
Diffstat (limited to 'pmd_relation_new.php')
-rw-r--r--pmd_relation_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_relation_new.php b/pmd_relation_new.php
index 89f08c3f5b..45559f9187 100644
--- a/pmd_relation_new.php
+++ b/pmd_relation_new.php
@@ -2,7 +2,7 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
-include_once 'pmd_session.php';
+include_once 'pmd_common.php';
$die_save_pos = 0;
include_once 'pmd_save_pos.php';
require_once './libraries/relation.lib.php';