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:
terry%mozilla.org 1999-08-02 16:12:47 +00:00
Родитель 1836ff810d
Коммит 062a400700
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",