summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-03 07:24:05 +0100
committerjocuri%softhome.net <>2004-12-03 07:24:05 +0100
commit054ed463025816c3d9f7ee934bf2983a10a92e8b (patch)
treedd4f781a5c205dfbdfbd0d577b3c0b1be5ae5747 /defparams.pl
parentd8070af6b6a6ede39a318965f1c1303768e2a9db (diff)
downloadbugzilla-054ed463025816c3d9f7ee934bf2983a10a92e8b.tar.gz
bugzilla-054ed463025816c3d9f7ee934bf2983a10a92e8b.tar.xz
Patch for bug 271306: specify that defaultquery is used by default to submit queries, not bugs; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, r=justdave, a=justdave.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl
index 365bb7e34..adfaa85c9 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -747,8 +747,8 @@ You will get this message once a day until you\'ve dealt with these bugs!
{
name => 'defaultquery',
desc => '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!',
+ 'access the advanced query page. It\'s in URL parameter ' .
+ 'format, which makes it hard to read. Sorry!',
type => 't',
default => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring'
},