diff options
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/defparams.pl b/defparams.pl index 9bcc9a567..f5b3d4198 100644 --- a/defparams.pl +++ b/defparams.pl @@ -238,7 +238,7 @@ You will get this message once a day until you've dealt with these bugs! DefParam("defaultquery", "This is the default query that initially comes up when you submit a bug. It's in URL parameter format, which makes it hard to read. Sorry!", "t", - "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Mozilla&order=%22Importance%22"); + "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=%22Importance%22"); DefParam("letsubmitterchoosepriority", @@ -286,8 +286,11 @@ DefParam("usestatuswhiteboard", "b", 0); - - +DefParam("usebrowserinfo", + "Do you want bug reports to be assigned an OS & Platform based on the browser + the user makes the report from?", + "b", + 1); 1; |