diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-08 18:58:33 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-08 18:58:33 +0200 |
commit | 3c61e66fe3d24f183628a7396a3fcd720a95abeb (patch) | |
tree | 8745d0af24240755abea97ea45469715d813c803 /attachment.cgi | |
parent | 3c64c526467444023b172c6c299aed34e9687ec0 (diff) | |
download | bugs-3c61e66fe3d24f183628a7396a3fcd720a95abeb.tar bugs-3c61e66fe3d24f183628a7396a3fcd720a95abeb.tar.gz bugs-3c61e66fe3d24f183628a7396a3fcd720a95abeb.tar.bz2 bugs-3c61e66fe3d24f183628a7396a3fcd720a95abeb.tar.xz bugs-3c61e66fe3d24f183628a7396a3fcd720a95abeb.zip |
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
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |