diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-08-06 19:18:17 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-08-06 19:18:17 +0200 |
commit | 0822c46ad6ea6410c5e0ae748b4b525039704735 (patch) | |
tree | b3d779020306de0cf04ccf69fdf032ba706714a1 | |
parent | 7745ae9dfd2fa66e06874d54eeb85f292b95abb9 (diff) |
Update func.inc
deleted size attribute in file input
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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/*", )); |