Update func.inc

deleted size attribute in file input
pull/101/head
Dennis1993 11 years ago
parent 7745ae9dfd
commit 0822c46ad6

@ -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/*",
));

Loading…
Cancel
Save