diff options
author | justdave%bugzilla.org <> | 2007-01-03 02:06:32 +0100 |
---|---|---|
committer | justdave%bugzilla.org <> | 2007-01-03 02:06:32 +0100 |
commit | 0dcc871241d7e7103bbc6306ebef72bc00eb5f7c (patch) | |
tree | c84217ab7fb6ba36ca6ef7e3b9b3fb0adaa0d28b | |
parent | 21ccfc92309524062daad9ca7ac69d9dfa0e25b2 (diff) | |
download | bugzilla-0dcc871241d7e7103bbc6306ebef72bc00eb5f7c.tar.gz bugzilla-0dcc871241d7e7103bbc6306ebef72bc00eb5f7c.tar.xz |
Bug 365469: restore create-guided's ability to auto-insert the User-Agent in the build ID field.
r=gerv, a=justdave
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 1d0683157..7ca37ea3a 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() { </td> </tr> - [% 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 %] |