Changeset 6009


Ignore:
Timestamp:
04/24/12 09:03:41 (12 years ago)
Author:
airton
Message:

Ticket #2649 - Adequar ativacao e desativacao de filtros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/interceptors/FilterMapping.php

    r6001 r6009  
    8181 
    8282                $i = 0; 
    83  
     83                 
    8484                foreach( $rules as $name => $data ) 
    85                 { 
     85                {        
     86                        if( $data['enabled'] == 'false' ) 
     87                                continue; 
     88                                 
    8689                        if(array_key_exists("block", $data)) { 
    8790                                /* Usado na opção Bloquear usuário do ExpressoMail */ 
     
    100103                        //if( $data['enabled'] == 'false' ) 
    101104                                //continue; 
    102  
     105                                 
    103106                        $vacation = false; 
    104107                        $criteria = $data['criteria']; 
Note: See TracChangeset for help on using the changeset viewer.