From f4f1379a6cae13f8a3375989a763314f4cb43400 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 8 Jun 2014 08:06:13 +0000 Subject: [PATCH] During the temporary period, redirect people to bugzilla. --- en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi b/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi index fc5b4052fa..116142aa5f 100755 --- a/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi @@ -292,7 +292,7 @@ if ($input{'sort'} eq 'lastmod') { } if ($#prs < $[) { - print "${h1}No matches to your query${h1_e}\n"; + print "${h1}Please try bugzilla for an update to date search mechanism.${h1_e}\n"; } elsif ($input{'responsible'} eq 'summary') { &resp_summary;