From 145536c5fa5920525a17e5d5b445c3f9a28fc3c9 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Mon, 31 Aug 1998 20:41:13 +0000 Subject: [PATCH] Patch by Sam Ziegler -- was crashing if you have exactly one product defined. Oops! git-svn-id: svn://10.0.0.236/trunk@8886 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/enter_bug.cgi b/mozilla/webtools/bugzilla/enter_bug.cgi index cdcee79c69f..385714f5459 100755 --- a/mozilla/webtools/bugzilla/enter_bug.cgi +++ b/mozilla/webtools/bugzilla/enter_bug.cgi @@ -34,7 +34,7 @@ if {![info exists FORM(product)]} { } exit } - set $FORM(product) [array names versions] + set FORM(product) [array names versions] } set product $FORM(product)