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_save_pos.php
parent826eb48603577636f00489970df978179cf8bc22 (diff)
rename pmd_session.php to pmd_common.php
Diffstat (limited to 'pmd_save_pos.php')
-rw-r--r--pmd_save_pos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_save_pos.php b/pmd_save_pos.php
index 6a71e31e2d..f5df17f942 100644
--- a/pmd_save_pos.php
+++ b/pmd_save_pos.php
@@ -2,7 +2,7 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
-include_once 'pmd_session.php';
+include_once 'pmd_common.php';
require_once './libraries/relation.lib.php';
PMA_getRelationsParam();