fixed warnings and a parse error

This commit is contained in:
Loïc Chapeaux
2002-02-24 19:10:33 +00:00
parent b106eb60d1
commit e3be56f88d
3 changed files with 4 additions and 2 deletions

View File

@@ -265,7 +265,8 @@ else {
}
// tmpfile remove after convert encoding appended by Y.Kawada
if (function_exists('PMA_kanji_file_conv') && file_exists($textfile)) {
if (function_exists('PMA_kanji_file_conv')
&& (isset($textfile) && file_exists($textfile))) {
unlink($textfile);
}