From 0822c46ad6ea6410c5e0ae748b4b525039704735 Mon Sep 17 00:00:00 2001 From: Dennis1993 <marvin-wegener@outlook.com> Date: Tue, 06 Aug 2013 13:18:17 -0400 Subject: [PATCH] Update func.inc --- 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 e14d25e..39037d9 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1924,7 +1924,6 @@ $fileinput = new html_inputfield(array( 'type' => 'file', 'name' => '_file[]', - 'size' => $attrib['attachmentfieldsize'], 'multiple' => 'multiple', 'accept' => ".eml, .mbox, message/rfc822, text/*", )); -- Gitblit v1.9.1