From b1b55ab744877944cf327853e9474e742057b8d0 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Wed, 21 Feb 2001 05:15:12 +0000 Subject: fix for 58436 : javascript strict warnings in query.cgi changed to f.target_milestone --- query.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 032739d6d..8a23be33f 100755 --- a/query.cgi +++ b/query.cgi @@ -468,7 +468,7 @@ function selectProduct(f) { } } - if ("target_milestone" in f) { + if (f.target_milestone) { var tmsel = new Array(); for (i=0 ; i