Form/AdSpace should should be a single select form element, not a multiple.
This fixes bug #10835.
This commit is contained in:
parent
68f30825ce
commit
95e979deda
3 changed files with 2 additions and 3 deletions
|
|
@ -15,9 +15,8 @@ package WebGUI::Form::AdSpace;
|
|||
=cut
|
||||
|
||||
use strict;
|
||||
use base 'WebGUI::Form::SelectList';
|
||||
use base 'WebGUI::Form::SelectBox';
|
||||
use WebGUI::International;
|
||||
use WebGUI::SQL;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue