Commit 82e2d62e authored by terry%mozilla.org's avatar terry%mozilla.org

When no bugs are found, give links to make another query or to submit

a new bug.
parent c7f9682d
......@@ -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{<p><A HREF="query.cgi">Query Page</A>\n};
print qq{&nbsp;&nbsp;<A HREF="enter_bug.cgi">Enter New Bug</A>\n};
} elsif ($count == 1) {
print "One bug found.\n";
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment