Ignore:
Timestamp:
07/20/12 12:27:09 (12 years ago)
Author:
eduardow
Message:

Ticket #2970 - Verificar inconsistencias em filtros com critério não contém.

File:
1 edited

Legend:

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

    r6835 r6836  
    130130                        foreach ($criteria as $j => $value) 
    131131                        {                                        
    132                                 if ($criteria[$j]['operator'] == '!*') $script_criteria = "not ";  
     132                                if ($criteria[$j]['operator'] == '!*') $script_criteria .= "not ";  
    133133 
    134134                                switch(strtoupper($criteria[$j]['field'])) {  
Note: See TracChangeset for help on using the changeset viewer.