Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

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

    r1352 r3018  
    6262                        if(!$aux){ 
    6363                                // Caso de erro, grava dentro da variável errstr; 
    64                                 $this->errstr = "O arquivo não foi criado"; 
     64                                $this->errstr = "Error: file not created";  
     65                                return $this->errstr;  
    6566                        } 
    6667                        // Mata a variavel; 
     
    7172                        if(!$aux){ 
    7273                                // Caso de erro, grava dentro da variavel errstr; 
    73                                 $this->errstr = "O arquivo não foi ativado"; 
     74                                $this->errstr = "Error: error to activate file";  
     75                                return $this->errstr;  
    7476                        } 
    7577                        else{ 
     
    8486                $this->SieveS->close(); 
    8587                         
    86                 if($this->rules){                
     88                if($this->rules) 
    8789                        return $this->rules; 
    88                 }else{ 
    89                         return $this->errstr; 
    90                 } 
    9190                         
    9291        } 
     
    9998         
    10099                $var_decode = rawurldecode($params['arfilter']); 
     100                $var_decode = preg_replace('/\n\./', '.', $var_decode); 
    101101                 
    102102                $narray  = explode("_end_",$var_decode); 
Note: See TracChangeset for help on using the changeset viewer.