Ignore:
Timestamp:
06/21/12 15:24:41 (12 years ago)
Author:
marcieli
Message:

Ticket #2884 - Corrigido: ao excluir marcador a marcação não estava sendo removida.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/ImapServiceAdapter.php

    r6536 r6566  
    780780    public function deleteAll( $URI, $justthese = false, $criteria = false ) 
    781781    { 
     782                $op = $criteria['filter'][0]; 
     783                $ids = $criteria['filter'][2]; 
     784                if($op == 'IN'){ 
     785                        foreach ($ids as $id){ 
     786                                self::delete( array( 'concept' => $URI['concept'], 'id' => $id), false, false); 
     787                        } 
     788                } 
     789 
    782790                /** 
    783791                 * TODO - implementar a deleção de todos os followupflaggeds conforme filtro 
Note: See TracChangeset for help on using the changeset viewer.