From 0319dff9d63de7dcd8fd98931514abde9a6abaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?This=20Charl=C3=A8ne?= <1179011+defrance@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:55:47 +0200 Subject: [PATCH] Update import.php --- htdocs/imports/import.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 '';