Commit b1715ca3 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 40603: query.cgi shutdownhtml PutHeader

patch submitted by JRobertson@medevolve.com (Jon Robertson)
parent a9a18a92
......@@ -356,6 +356,11 @@ function selectProduct(f) {
var cnt = 0;
var i;
var j;
if (!f) {
return;
}
for (i=0 ; i<f.product.length ; i++) {
if (f.product[i].selected) {
cnt++;
......
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