Fix bug #3890 [import] Web server upload directory import fails
This commit is contained in:
parent
dbb4e0cf8b
commit
1f7336f540
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user