Commit e27b0c15 authored by terry%netscape.com's avatar terry%netscape.com

Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if

you have exactly one product defined. Oops!
parent 1ac9d7ea
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment