From: justdave%bugzilla.org <> Date: Wed, 3 Jan 2007 01:06:32 +0000 (+0000) Subject: Bug 365469: restore create-guided's ability to auto-insert the User-Agent in the... X-Git-Tag: bugzilla-2.23.4~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcc871241d7e7103bbc6306ebef72bc00eb5f7c;p=thirdparty%2Fbugzilla.git Bug 365469: restore create-guided's ability to auto-insert the User-Agent in the build ID field. r=gerv, a=justdave --- diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 1d06831578..7ca37ea3a4 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -269,7 +269,7 @@ function PutDescription() { - [% IF product.match("Firefox|Camino|Mozilla Application Suite") %] + [% IF product.name.match("Firefox|Camino|Mozilla Application Suite") %] [% matches = cgi.user_agent('Gecko/(\d+)') %] [% buildid = cgi.user_agent() IF matches %] [% END %]