Changeset 13808
- Timestamp:
- 01/24/12 06:49:38 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/core/lib/Foswiki/Macros/FORMAT.pm
r13288 r13808 9 9 sub FORMAT { 10 10 my ( $this, $params, $topicObject ) = @_; 11 my $list_str = defined $params->{_DEFAULT} ? $params->{_DEFAULT} : ''; 11 12 12 my @list = split( /,\s*/, $ params->{_DEFAULT} || '');13 my @list = split( /,\s*/, $list_str ); 13 14 my $s; 14 15
Note: See TracChangeset
for help on using the changeset viewer.
