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 /tbl_select.php
parent6d00ce0622aeb1cbcd9f87afbead49a0727882ec (diff)
refactor mysql_charsets.inc.php
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_select.php b/tbl_select.php
index c2dea7d3f1..b8148b47da 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -13,7 +13,7 @@
* Gets some core libraries
*/
require_once 'libraries/common.inc.php';
-require_once 'libraries/mysql_charsets.lib.php';
+require_once 'libraries/mysql_charsets.inc.php';
require_once 'libraries/TableSearch.class.php';
$response = PMA_Response::getInstance();