summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-08-28 00:30:25 +0200
committerterry%netscape.com <>1998-08-28 00:30:25 +0200
commit3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb (patch)
tree18424db64a5a5f38b0749dc6d7ba465b5c9c5d8e /query.cgi
parent37660cc85494c06906ba23f9ca283e4917b0275a (diff)
downloadbugzilla-3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb.tar.gz
bugzilla-3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb.tar.xz
The default product is now called "Mozilla".
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 432620bbe..3205fe29b 100755
--- a/query.cgi
+++ b/query.cgi
@@ -33,7 +33,7 @@ if {[info exists FORM(GoAheadAndLogIn)]} {
if {![info exists COOKIE(DEFAULTQUERY)]} {
- set COOKIE(DEFAULTQUERY) "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Communicator&order=%22Importance%22"
+ set COOKIE(DEFAULTQUERY) "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Mozilla&order=%22Importance%22"
}
if {![info exists buffer] || $buffer == ""} {