Changeset 6137


Ignore:
Timestamp:
05/08/12 15:17:43 (12 years ago)
Author:
natan
Message:

Ticket #2141 - Eventos com repeticao nao dispara notificacao nos alarmes - ajustes e correcoes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r6136 r6137  
    672672                                                                "CASE WHEN rep.object_id = co.id ". 
    673673                                                                "THEN rep.id = occ.repeat_id AND occ.occurrence - al.alarm_offset >= '$target' AND occ.occurrence - al.alarm_offset <= '".( $target + 86400000)."' ". 
    674                                                                 "ELSE co.range_start - al.alarm_offset >= '$target' AND co.range_start - al.alarm_offset <= '".( $target + 86400000)."' END";); 
     674                                                                "ELSE co.range_start - al.alarm_offset >= '$target' AND co.range_start - al.alarm_offset <= '".( $target + 86400000)."' END"); 
    675675 
    676676            if(is_array($al)) 
Note: See TracChangeset for help on using the changeset viewer.