Changeset 11203
- Timestamp:
- 08/14/08 17:51:07 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/libebox/src/templates/ajax/setter/selectSetter.mas
r10728 r11203 35 35 36 36 foreach my $row (@{$rows}) { 37 # Check if the element exists to avoid nasty issues 38 # with union types 39 next unless ($row->elementByName($field)); 37 40 push( @optionsAlreadyModel, 38 41 $row->valueByName($field) );
