bugfix [1073753]. Wrong method call on WebGUI::HTMLForm: $f->select.
This commit is contained in:
parent
8a3e872238
commit
c892a250cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue