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:
Родитель
1836ff810d
Коммит
062a400700
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче