patch #2143882 [import] Temporary uploaded file not deleted

This commit is contained in:
Marc Delisle
2008-10-04 13:44:49 +00:00
parent 5295bce9e8
commit ea463a1bf3
2 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2134126 [GUI] SQL error after sorting a subset
+ [lang] Catalan update, thanks to Xavier Navarro
+ [lang] Russian update, thanks to Victor Volkov
- patch #2143882 [import] Temporary uploaded file not deleted,
thanks to David Misc - dmisc
3.0.0.0 (2008-09-27)
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -

View File

@@ -352,6 +352,7 @@ if (!$error) {
// Cleanup temporary file
if ($file_to_unlink != '') {
fclose($file_to_unlink);
unlink($file_to_unlink);
}