]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365469: restore create-guided's ability to auto-insert the User-Agent in the...
authorjustdave%bugzilla.org <>
Wed, 3 Jan 2007 01:06:32 +0000 (01:06 +0000)
committerjustdave%bugzilla.org <>
Wed, 3 Jan 2007 01:06:32 +0000 (01:06 +0000)
r=gerv, a=justdave

template/en/default/bug/create/create-guided.html.tmpl

index 1d06831578a587813b89e1cfaf7670da5c61171f..7ca37ea3a4596bb3ebf084b9899c622ed996ff3c 100644 (file)
@@ -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 %]