From: bbaetz%student.usyd.edu.au <> Date: Wed, 30 Jan 2002 21:43:11 +0000 (+0000) Subject: Bug 122154 - change arrays to numeric, and clean up query.atml js X-Git-Tag: bugzilla-2.16rc1~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9704bcdf20dfc01b491d4a7c76f469c9a6190685;p=thirdparty%2Fbugzilla.git Bug 122154 - change arrays to numeric, and clean up query.atml js patch by kiko@async.com.br, r=caillon,bbaetz --- diff --git a/template/default/query/query.atml b/template/default/query/query.atml index c98d7bdc60..d4f8dbd171 100644 --- a/template/default/query/query.atml +++ b/template/default/query/query.atml @@ -27,80 +27,106 @@ [%# Note: use Template comments and not JS ones here, to avoid bloating what we actually send to the browser %] + +[% IF Param('usetargetmilestone') %] +[% tms = 1 %] +[% ELSE %] +[% tms = 0 %] +[% END %]