]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if
authorterry%netscape.com <>
Tue, 1 Sep 1998 03:41:13 +0000 (03:41 +0000)
committerterry%netscape.com <>
Tue, 1 Sep 1998 03:41:13 +0000 (03:41 +0000)
you have exactly one product defined.  Oops!

enter_bug.cgi

index cdcee79c69f8c1f3c97cfa77c55e51fee847f66f..385714f545911e5f81d73ba8ba2a81179003d2a7 100755 (executable)
@@ -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)