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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user