Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- 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
This commit is contained in:
terry%netscape.com
1998-08-31 20:41:13 +00:00
parent da880edc7c
commit 145536c5fa

View File

@@ -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)