diff options
author | terry%netscape.com <> | 1998-08-28 00:30:25 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-08-28 00:30:25 +0200 |
commit | 3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb (patch) | |
tree | 18424db64a5a5f38b0749dc6d7ba465b5c9c5d8e /query.cgi | |
parent | 37660cc85494c06906ba23f9ca283e4917b0275a (diff) | |
download | bugzilla-3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb.tar.gz bugzilla-3a09e8b2bd88eef1e1b8b2ddf9d1f3ca097992eb.tar.xz |
The default product is now called "Mozilla".
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 == ""} { |