]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a typo in the "process any SQL" feature, that has made this
authorterry%mozilla.org <>
Mon, 2 Aug 1999 23:12:47 +0000 (23:12 +0000)
committerterry%mozilla.org <>
Mon, 2 Aug 1999 23:12:47 +0000 (23:12 +0000)
feature completely busted for about a year now.  I guess people don't
use it...

buglist.cgi

index 585949f9b8fe3fc543712c6bae8431340a030d0b..8b209c74976b4a888dc62af1b7e16953b6cd3e1d 100755 (executable)
@@ -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",