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:
authorxmujay <xmujay@gmail.com>2013-06-11 09:25:54 +0400
committerxmujay <xmujay@gmail.com>2013-06-11 09:25:54 +0400
commitd23aad1d5b0ccab054452798062cd1bcb6aa39c9 (patch)
treed25f006482d1981d10aa2161581fab07f32eb9bf /server_collations.php
parent6d00ce0622aeb1cbcd9f87afbead49a0727882ec (diff)
refactor mysql_charsets.inc.php
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_collations.php b/server_collations.php
index ebd87b910a..fb9159bc81 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -20,7 +20,7 @@ require_once 'libraries/server_collations.lib.php';
/**
* Includes the required charset library
*/
-require_once 'libraries/mysql_charsets.lib.php';
+require_once 'libraries/mysql_charsets.inc.php';
$response = PMA_Response::getInstance();