]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 271306: specify that defaultquery is used by default to submit queries...
authorjocuri%softhome.net <>
Fri, 3 Dec 2004 06:23:40 +0000 (06:23 +0000)
committerjocuri%softhome.net <>
Fri, 3 Dec 2004 06:23:40 +0000 (06:23 +0000)
defparams.pl

index cee017bcac39c8fe0f75ff16d045a720410a8b5b..68b235b8179440a044fe74d5d16a650263192136 100644 (file)
@@ -631,8 +631,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'
   },