From 3c61e66fe3d24f183628a7396a3fcd720a95abeb Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 8 Jul 2010 18:58:33 +0200 Subject: Bug 490930: Always store attachments locally if they are over X size (and below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit --- attachment.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index cdfcc6bf7..ca82bc463 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -485,7 +485,6 @@ sub insert { isprivate => scalar $cgi->param('isprivate'), isurl => scalar $cgi->param('attachurl'), mimetype => $content_type, - store_in_file => scalar $cgi->param('bigfile'), }); foreach my $obsolete_attachment (@obsolete_attachments) { -- cgit v1.2.3-24-g4f1b