- Timestamp:
- 06/26/09 19:37:32 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ActionStreams/plugins/ActionStreams/lib/ActionStreams/Event.pm
r1555 r1561 385 385 or next VALUE; 386 386 387 $item_data{$key} = [ grep map { MT::I18N::utf8_off( $_->getNodeValue) } @outvals ];387 $item_data{$key} = [ grep { $_ } map { MT::I18N::utf8_off($_->getNodeValue) } @outvals ]; 388 388 } 389 389 else {
