Fix bug #3890 [import] Web server upload directory import fails

This commit is contained in:
J.M 2013-04-26 12:12:31 +02:00
parent dbb4e0cf8b
commit 1f7336f540
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
4.0.1.0 (not yet released)
- bug #3879 Import broken for CSV using LOAD DATA
- bug #3889 When login fails and error display is active, login data is displayed
- bug #3890 [import] Web server upload directory import fails
4.0.0.0 (not yet released)
+ Patch #3481047 for rfe #3480477 Insert as new row enhancement

View File

@ -32,7 +32,8 @@ $post_params = array(
'MAX_FILE_SIZE',
'message_to_show',
'noplugin',
'skip_queries'
'skip_queries',
'local_import_file'
);
foreach ($post_params as $one_post_param) {