mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
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...
This commit is contained in:
parent
00c3e1d976
commit
cb3eb0d996
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user