From 0008de48857ba761114bf9d5b8a331eb78489d2c Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Mon, 2 Aug 1999 23:12:47 +0000 Subject: Fix a typo in the "process any SQL" feature, that has made this feature completely busted for about a year now. I guess people don't use it... --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buglist.cgi b/buglist.cgi index 585949f9b..8b209c749 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -230,7 +230,7 @@ if ((defined $::FORM{'emailcc1'} && $::FORM{'emailcc1'}) || } if (defined $::FORM{'sql'}) { - $query .= "and (\n$::FORM('sql')\n)" + $query .= "and (\n$::FORM{'sql'}\n)" } else { my @legal_fields = ("bug_id", "product", "version", "rep_platform", "op_sys", "bug_status", "resolution", "priority", "bug_severity", -- cgit v1.2.3-24-g4f1b