patch #2143882 [import] Temporary uploaded file not deleted
This commit is contained in:
@@ -33,6 +33,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #2134126 [GUI] SQL error after sorting a subset
|
- bug #2134126 [GUI] SQL error after sorting a subset
|
||||||
+ [lang] Catalan update, thanks to Xavier Navarro
|
+ [lang] Catalan update, thanks to Xavier Navarro
|
||||||
+ [lang] Russian update, thanks to Victor Volkov
|
+ [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)
|
3.0.0.0 (2008-09-27)
|
||||||
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
||||||
|
@@ -352,6 +352,7 @@ if (!$error) {
|
|||||||
|
|
||||||
// Cleanup temporary file
|
// Cleanup temporary file
|
||||||
if ($file_to_unlink != '') {
|
if ($file_to_unlink != '') {
|
||||||
|
fclose($file_to_unlink);
|
||||||
unlink($file_to_unlink);
|
unlink($file_to_unlink);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user