fixed warnings and a parse error
This commit is contained in:
@@ -31,7 +31,7 @@ if (isset($btnLDI) && ($textfile != 'none')) {
|
||||
|
||||
// Kanji encoding convert appended by Y.Kawada
|
||||
if (function_exists('PMA_kanji_file_conv')) {
|
||||
$textfile = PMA_kanji_file_conv($textfile, $knjenc, $xkana);
|
||||
$textfile = PMA_kanji_file_conv($textfile, $knjenc, isset($xkana) ? $xkana : '');
|
||||
}
|
||||
// Formats the data posted to this script
|
||||
$textfile = PMA_sqlAddslashes($textfile);
|
||||
|
@@ -66,6 +66,7 @@ if (function_exists('PMA_set_enc_form')) {
|
||||
. PMA_set_enc_form(' ')
|
||||
. ' </td>' . "\n"
|
||||
. ' </tr>' . "\n";
|
||||
} // end if
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="3" align="center"><?php print PMA_showDocuShort('L/O/LOAD_DATA.html'); ?></td>
|
||||
|
Reference in New Issue
Block a user