Commit 0008de48 authored by terry%mozilla.org's avatar terry%mozilla.org

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...
parent 994b8e57
...@@ -230,7 +230,7 @@ if ((defined $::FORM{'emailcc1'} && $::FORM{'emailcc1'}) || ...@@ -230,7 +230,7 @@ if ((defined $::FORM{'emailcc1'} && $::FORM{'emailcc1'}) ||
} }
if (defined $::FORM{'sql'}) { if (defined $::FORM{'sql'}) {
$query .= "and (\n$::FORM('sql')\n)" $query .= "and (\n$::FORM{'sql'}\n)"
} else { } else {
my @legal_fields = ("bug_id", "product", "version", "rep_platform", "op_sys", my @legal_fields = ("bug_id", "product", "version", "rep_platform", "op_sys",
"bug_status", "resolution", "priority", "bug_severity", "bug_status", "resolution", "priority", "bug_severity",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment