svn commit: r45034 - head/en_US.ISO8859-1/htdocs/cgi
Peter Wemm <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: peter (src committer)
Date: Mon Jun 9 00:12:19 2014
New Revision: 45034
URL: http://svnweb.freebsd.org/changeset/doc/45034
Log:
Skip offering a search form on a non-existing PR lookup.
Modified:
head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Sun Jun 8 18:22:28 2014 (r45033)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi Mon Jun 9 00:12:19 2014 (r45034)
@@ -733,8 +733,7 @@ sub ErrorExit
my $url = $q->url(-full => 1, -query => 1);
if ($code == EXIT_NOPRS) {
- print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/'>Bugzilla</a>. This form is obsolete and incomplete.");
- displayform();
+ print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/'>Bugzilla</a>. Try your search there.");
print html_footer();
} elsif ($code == EXIT_DBBUSY) {
print html_header("PR Database Busy");
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"