From 82e2d62ea27663dbc6fd0b3b7077c10f733b61dc Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 5 Jan 2000 03:54:15 +0000 Subject: When no bugs are found, give links to make another query or to submit a new bug. --- buglist.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buglist.cgi b/buglist.cgi index 25343bf6e..403a689dd 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -668,6 +668,9 @@ if ($count == 0) { # So, when you query for a list of bugs, and it gets no results, you # can think of this as a friendly reminder. Of *course* there are bugs # matching your query, they just aren't in the bugsystem yet... + + print qq{

Query Page\n}; + print qq{  Enter New Bug\n}; } elsif ($count == 1) { print "One bug found.\n"; } else { -- cgit v1.2.1