From 0822c46ad6ea6410c5e0ae748b4b525039704735 Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Tue, 6 Aug 2013 19:18:17 +0200 Subject: Update func.inc deleted size attribute in file input --- program/steps/mail/func.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index e14d25ee3..39037d959 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1924,7 +1924,6 @@ function rcmail_message_import_form($attrib = array()) $fileinput = new html_inputfield(array( 'type' => 'file', 'name' => '_file[]', - 'size' => $attrib['attachmentfieldsize'], 'multiple' => 'multiple', 'accept' => ".eml, .mbox, message/rfc822, text/*", )); -- cgit v1.2.3