no longer useful since all lang files are UTF-8

This commit is contained in:
Marc Delisle
2008-10-01 20:48:40 +00:00
parent df7a74523f
commit 6208585d04
61 changed files with 9 additions and 75 deletions

View File

@@ -348,10 +348,6 @@ $GLOBALS['mysql_charset_map'] = array(
* Do the work!
*/
/**
* @global boolean whether charset recoding should be allowed or not
*/
$GLOBALS['allow_recoding'] = false;
if (empty($GLOBALS['convcharset'])) {
if (isset($_COOKIE['pma_charset'])) {
$GLOBALS['convcharset'] = $_COOKIE['pma_charset'];