From: justdave%syndicomm.com <> Date: Tue, 10 Apr 2001 10:41:44 +0000 (+0000) Subject: Fix for bug 72379: query.cgi component value does not reload SELECTed item. X-Git-Tag: bugzilla-2.12~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e18f47f61ef2ae42ecd390557d5ed4f9cf824f;p=thirdparty%2Fbugzilla.git Fix for bug 72379: query.cgi component value does not reload SELECTed item. Patch by Myl Melez r= jake, justdave --- diff --git a/query.cgi b/query.cgi index 2ba6a8a55d..a0117e323a 100755 --- a/query.cgi +++ b/query.cgi @@ -400,7 +400,7 @@ function selectProduct(f) { } var doall = (cnt == f.product.length || cnt == 0); - var csel = new Array(); + var csel = new Object(); for (i=0 ; i