diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index deacb660b89..564a41ab7a0 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -625,9 +625,9 @@ if ($step == 3 && $datatoimport) { print '
'; $maxfilesizearray = getMaxFileSizeArray(); $maxmin = $maxfilesizearray['maxmin']; - //if ($maxmin > 0) { - // $texte .= ''; // MAX_FILE_SIZE must precede the field type=file - //} + if ($maxmin > 0) { + print ''; // MAX_FILE_SIZE must precede the field type=file + } print '     '; $out = (empty($conf->global->MAIN_UPLOAD_DOC) ? ' disabled' : ''); print '';