From 6ae1b3ebf7a4b87d728e8322445aa73c72e91f2a Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" Date: Wed, 5 Jul 2000 18:21:54 +0000 Subject: [PATCH] fixes for the attachment widths. fix by dave@intrec.com (Dave Miller), original bug found by timeless@bemail.org --- webtools/bugzilla/bug_form.pl | 14 +++++++------- webtools/bugzilla/process_bug.cgi | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/webtools/bugzilla/bug_form.pl b/webtools/bugzilla/bug_form.pl index 5f6a77ceaa46..fea6848d8444 100644 --- a/webtools/bugzilla/bug_form.pl +++ b/webtools/bugzilla/bug_form.pl @@ -255,7 +255,7 @@ if (Param("useqacontact")) { print " QA Contact: - + @@ -266,11 +266,11 @@ if (Param("useqacontact")) { print " $URL - + Summary: - + @@ -280,7 +280,7 @@ if (Param("usestatuswhiteboard")) { print " Status Whiteboard: - + @@ -300,7 +300,7 @@ if (@::legal_keywords) { print qq{ Keywords: - + }; } @@ -314,9 +314,9 @@ while (MoreSQLData()) { } my $link = "showattachment.cgi?attach_id=$attachid"; $desc = value_quote($desc); - print qq{$date$desc}; + print qq{$date$desc}; } -print "Create a new attachment (proposed patch, testcase, etc.)\n"; +print "Create a new attachment (proposed patch, testcase, etc.)\n"; sub EmitDependList { diff --git a/webtools/bugzilla/process_bug.cgi b/webtools/bugzilla/process_bug.cgi index 7665c1eda02f..f9ada112aa76 100755 --- a/webtools/bugzilla/process_bug.cgi +++ b/webtools/bugzilla/process_bug.cgi @@ -36,6 +36,7 @@ use RelationSet; use vars %::versions, %::components, %::COOKIE, + %::MFORM, %::keywordsbyname, %::legal_keywords, %::legal_opsys,