bugfix [1073753]. Wrong method call on WebGUI::HTMLForm: $f->select.

This commit is contained in:
Leendert Bottelberghs 2004-11-26 13:58:52 +00:00
parent 8a3e872238
commit c892a250cf

View file

@ -178,7 +178,7 @@ sub form {
$f->raw('</td></tr>');
$f->raw('</table>');
$f->raw('</td><td width="15%">');
$f->select("numResults",\%results,'',[$numResults]);
$f->selectList("numResults",\%results,'',[$numResults]);
$f->raw('<p/>');
$f->submit(WebGUI::International::get(170));
$f->raw('</td>');