Ignore:
Timestamp:
08/22/11 10:00:54 (13 years ago)
Author:
fernando-alberto
Message:

Ticket #1269 - Mergiando revisoes do branch22 de rev4876 ate rev4971

File:
1 edited

Legend:

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

    r4644 r4972  
    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.