Bug 139313 - warning in buglist.cgi when votes isn't a parameter

patch by cedric.caron@urbanet.ch (Cedric Caron), r=bbaetz x2
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-05-04 04:58:07 +00:00
Родитель 064bfcb8e2
Коммит eafeedaa65
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1227,6 +1227,7 @@ else {
# Some versions of perl will taint 'votes' if this is done as a single
# statement, because $::FORM{'votes'} is tainted at this point
$::FORM{'votes'} ||= "";
if (trim($::FORM{'votes'}) && !grep($_ eq 'votes', @displaycolumns)) {
push(@displaycolumns, 'votes');
}