From 054ed463025816c3d9f7ee934bf2983a10a92e8b Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Dec 2004 06:24:05 +0000 Subject: =?UTF-8?q?Patch=20for=20bug=20271306:=20specify=20that=20defaultq?= =?UTF-8?q?uery=20is=20used=20by=20default=20to=20submit=20queries,=20not?= =?UTF-8?q?=20bugs;=20patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20,=20r=3Dvladd,=20r=3Djustdave,=20a=3Djustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defparams.pl | 4 ++-- 1 file 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' }, -- cgit v1.2.1