From 7d5449859d1cb4cee8f67c64faafcc8d2b8f3949 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Thu, 7 Nov 2002 05:33:51 +0000 Subject: [PATCH] Fix for bug 178801: missing &:: caused function not to be found, resulting in server error r=justdave --- webtools/bugzilla/Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/Bugzilla/Search.pm b/webtools/bugzilla/Bugzilla/Search.pm index 6477d7e6175..b6e554be881 100644 --- a/webtools/bugzilla/Bugzilla/Search.pm +++ b/webtools/bugzilla/Bugzilla/Search.pm @@ -852,7 +852,7 @@ sub init { # chart -1 is generated by other code above, not from the user- # submitted form, so we'll blindly accept any values in chart -1 if ((!$chartfields{$f}) && ($chart != -1)) { - ThrowCodeError("invalid_field_name", {field => $f}); + &::ThrowCodeError("invalid_field_name", {field => $f}); } # This is either from the internal chart (in which case we