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>2016-04-11 13:55:42 +0300
committerMichal Čihař <michal@cihar.com>2016-04-11 13:55:42 +0300
commit3e2029e7505c684066d76d3a2f5ad5ad7948b541 (patch)
tree927d2abba816681a2f3ca55ca6d4f301d7e7c321 /db_routines.php
parent72099ff05a25c092f52dfd4c36fa1fa826c43df1 (diff)
Move MySQL charsets handling to the Charsets class
Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_routines.php b/db_routines.php
index 5cfcf2fb20..618736e25e 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -10,7 +10,6 @@
* Include required files
*/
require_once 'libraries/common.inc.php';
-require_once 'libraries/mysql_charsets.inc.php';
/**
* Include all other files