From 2addcaadedfe714bd0502911cc85cdab24736465 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 18 Jul 2010 19:17:26 +0200 Subject: Bug 119703: Create an attachment by pasting it into a text field r/a=mkanat --- Bugzilla/Config/Attachment.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Attachment.pm b/Bugzilla/Config/Attachment.pm index ed4c4e459..e6e3b7f3d 100644 --- a/Bugzilla/Config/Attachment.pm +++ b/Bugzilla/Config/Attachment.pm @@ -58,11 +58,6 @@ sub get_param_list { type => 'b', default => 0 }, - { - name => 'allow_attach_url', - type => 'b', - default => 0 - }, { name => 'maxattachmentsize', -- cgit v1.2.3-24-g4f1b