Ignore:
Timestamp:
01/21/08 08:34:08 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r117 r155  
    14291429                $body = $params['body']; 
    14301430                $body = str_replace("%nbsp;"," ",$params['body']); 
    1431                 $body = preg_replace("/\n/","",$body); 
     1431                $body = preg_replace("/\n/"," ",$body); 
    14321432                $body = preg_replace("/\r/","",$body); 
    14331433                 
Note: See TracChangeset for help on using the changeset viewer.