From: terry%netscape.com <> Date: Tue, 1 Sep 1998 03:41:13 +0000 (+0000) Subject: Patch by Sam Ziegler -- was crashing if X-Git-Tag: bugzilla-1.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27b0c1594c99c6701138abb451dcf462e04efe6;p=thirdparty%2Fbugzilla.git Patch by Sam Ziegler -- was crashing if you have exactly one product defined. Oops! --- diff --git a/enter_bug.cgi b/enter_bug.cgi index cdcee79c69..385714f545 100755 --- a/enter_bug.cgi +++ b/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)