diff options
author | cyeh%bluemartini.com <> | 2000-07-06 03:21:53 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-07-06 03:21:53 +0200 |
commit | a39343c1e0e55a912b31171cbeee6ad270fcbb4e (patch) | |
tree | 05435c3a68a66d7fbe408bbae3d9bebca37bb2ba /process_bug.cgi | |
parent | 5c395c38aab8dfad760cccc63adea988ef1bd540 (diff) | |
download | bugzilla-a39343c1e0e55a912b31171cbeee6ad270fcbb4e.tar.gz bugzilla-a39343c1e0e55a912b31171cbeee6ad270fcbb4e.tar.xz |
fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),
original bug found by timeless@bemail.org
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 7665c1eda..f9ada112a 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -36,6 +36,7 @@ use RelationSet; use vars %::versions, %::components, %::COOKIE, + %::MFORM, %::keywordsbyname, %::legal_keywords, %::legal_opsys, |