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 /tbl_operations.php
parent72099ff05a25c092f52dfd4c36fa1fa826c43df1 (diff)
Move MySQL charsets handling to the Charsets class
Issue #11731 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tbl_operations.php')
-rw-r--r--tbl_operations.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tbl_operations.php b/tbl_operations.php
index 373f422a47..6a6abc4321 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -41,11 +41,6 @@ $url_params['goto'] = $url_params['back'] = 'tbl_operations.php';
*/
$cfgRelation = PMA_getRelationsParam();
-/**
- * Gets available MySQL charsets and storage engines
- */
-require_once 'libraries/mysql_charsets.inc.php';
-
// reselect current db (needed in some cases probably due to
// the calling of relation.lib.php)
$GLOBALS['dbi']->selectDb($GLOBALS['db']);