Changeset 4891


Ignore:
Timestamp:
08/02/11 17:36:06 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2177 - Foi retirado o error_log dentro desta classe, sem efeito

File:
1 edited

Legend:

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

    r4552 r4891  
    254254        $continue = 1; 
    255255        $tmpSubject = ""; 
    256  
    257         $a = 0; 
    258          
    259256 
    260257        // Recebe os valores das regras; 
     
    281278            $rule['unconditional'] = 0; 
    282279 
    283             if( $a < 2 ) 
    284             { 
    285                 error_log( print_r($tmp, true), 3, "/tmp/log" ); 
    286                  
    287                 error_log( print_r($rule, true), 3, "/tmp/log" ); 
    288                  
    289                 $a++; 
    290             }     
    291              
    292              
    293280            if (!$rule['from'] && !$rule['to'] && !$rule['subject'] && !$rule['field'] && empty($rule['size']) && $rule['action']) { 
    294281                $rule['unconditional'] = 1; 
Note: See TracChangeset for help on using the changeset viewer.