Commit 0dcc8712 authored by justdave%bugzilla.org's avatar justdave%bugzilla.org

Bug 365469: restore create-guided's ability to auto-insert the User-Agent in the build ID field.

r=gerv, a=justdave
parent 21ccfc92
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment