From 2594a7d4e2a290c18184d72d63d4a96ef0d52ef1 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 14 Sep 2002 00:37:41 +0000 Subject: Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz. --- Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 3c68a0a26..482daca5c 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -752,7 +752,7 @@ sub init { "entire URL out of the address bar at the top of your browser " . "window and email it to <109679\@bugzilla.org>"; die "Internal error: $errstr" if $chart < 0; - return Error($errstr); + return &::DisplayError($errstr); } # This is either from the internal chart (in which case we -- cgit v1.2.3-24-g4f1b