Changeset 3085

Show
Ignore:
Timestamp:
11/14/05 11:38:15 (3 years ago)
Author:
matt
Message:

Fixes #1515

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-mail.php

    r2960 r3085  
    5151                $subject = trim($line); 
    5252                $subject = substr($subject, 9, strlen($subject)-9); 
    53                 if (!preg_match('#\=\?(.+)\?Q\?(.+)\?\=#i', $subject)) { 
    54                   $subject = wp_iso_descrambler($subject); 
    55                 } 
     53                $subject = wp_iso_descrambler($subject); 
    5654                // Captures any text in the subject before $phone_delim as the subject 
    5755                $subject = explode($phone_delim, $subject);