summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis1993 <marvin-wegener@outlook.com>2013-08-06 19:18:17 +0200
committerDennis1993 <marvin-wegener@outlook.com>2013-08-06 19:18:17 +0200
commit0822c46ad6ea6410c5e0ae748b4b525039704735 (patch)
treeb3d779020306de0cf04ccf69fdf032ba706714a1
parent7745ae9dfd2fa66e06874d54eeb85f292b95abb9 (diff)
Update func.inc
deleted size attribute in file input
-rw-r--r--program/steps/mail/func.inc1
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/*",
));