Forgotten occurence.

This commit is contained in:
Michal Čihař
2010-07-20 12:20:06 +02:00
parent ee99ed3d39
commit 79a23fcd01

View File

@@ -103,7 +103,6 @@ function PMA_convert_file($src_charset, $dest_charset, $file) {
switch ($GLOBALS['PMA_recoding_engine']) {
case PMA_CHARSET_RECODE:
case PMA_CHARSET_ICONV:
case PMA_CHARSET_LIBICONV:
$tmpfname = tempnam('', 'PMA_convert_file');
$fin = fopen($file, 'r');
$fout = fopen($tmpfname, 'w');