Changeset 2781


Ignore:
Timestamp:
2001-10-04T12:02:28+12:00 (23 years ago)
Author:
jrm21
Message:

oops - left off a '$' at end of a pattern match.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/EMAILPlug.pm

    r2779 r2781  
    472472            $part_content_type="message/rfc822";
    473473        }
    474         if ($part_header =~ m@^content\-type:\s*([\w+/\-]+)\s*\;?\s*(.*?)\s*@mi) {
     474        if ($part_header =~ m@^content\-type:\s*([\w+/\-]+)\s*\;?\s*(.*?)\s*$@mi) {
    475475            $part_content_type=$1; $part_content_type =~ tr/A-Z/a-z/;
    476476            $part_content_info=$2;
     
    547547        } elsif ($part_content_type =~ /multipart/) {
    548548            # recurse again
     549
    549550            $tmptext=text_from_mime_message($part_content_type,
    550551                            $part_content_info,
Note: See TracChangeset for help on using the changeset viewer.