Ignore:
Timestamp:
07/25/11 08:33:04 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2117 - Filtro fora do escritório não preserva formatação

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/inc/class.ScriptS.inc.php

    r4641 r4851  
    507507        // Lê as regras fora do escritório; 
    508508        if ($this->newout != "") { 
    509             $newscriptfoot .= preg_replace("/[\\n\\r]/", " ", $this->newout) . "\n"; 
     509            $newscriptfoot .= preg_replace("/[\\n\\r]/", "%0A", $this->newout) . "\n"; 
    510510        } 
    511511        $newscriptfoot .= "#mode&&basic\n"; 
    512512 
    513513        $newscript = $newscripthead . $newscriptbody . $newscriptfoot; 
    514  
    515514        // Destroi as variaveis; 
    516515        unset($rule); 
Note: See TracChangeset for help on using the changeset viewer.