Ignore:
Timestamp:
04/27/12 09:17:30 (12 years ago)
Author:
marcosw
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 em alguns módulos do expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/mime/mimePart.php

    r5135 r6057  
    570570        } 
    571571        */ 
    572         $lines  = preg_split("/\r?\n/", $input); 
     572        $lines  = preg_split('/\r?\n/', $input); 
    573573        $escape = '='; 
    574574        $output = ''; 
Note: See TracChangeset for help on using the changeset viewer.