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ř <michal@cihar.com>2011-08-19 14:21:55 +0400
committerMichal Čihař <michal@cihar.com>2011-08-19 14:21:55 +0400
commita1c5e7f67a4577bc4ac9a90cd8f7e6c581f12ce5 (patch)
tree1eca6e855a00196506814e5150ea93de19c39559 /pmd_save_pos.php
parent7b54504cc0981821619ffd3f0759766448e6b879 (diff)
Move library to libraries
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 c487ddb1ce..1a071aff8c 100644
--- a/pmd_save_pos.php
+++ b/pmd_save_pos.php
@@ -8,7 +8,7 @@
/**
*
*/
-include_once 'pmd_common.php';
+include_once './libraries/pmd_common.php';
$cfgRelation = PMA_getRelationsParam();