Changeset 1537
- Timestamp:
- 08/20/06 22:02:23
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Filter/EntryFullText.pm
r1382 r1537 246 246 if (my @match = $args->{content} =~ /$self->{extract}/s) { 247 247 my @capture = split /\s+/, $self->{extract_capture}; 248 @capture = ('body') unless @capture; 248 249 @{$data}{@capture} = @match; 249 250 }
