Changeset 7805 for branches/2.5


Ignore:
Timestamp:
01/30/13 13:26:37 (11 years ago)
Author:
douglas
Message:

Ticket #3328 - Lista de eventos e tarefas do ExpressoCalendar? não está ordenada adequadamente

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/schedules.php

    r7797 r7805  
    5454                .'AND calendar_object.dtstart NOT IN (SELECT calendar_repeat_occurrence.occurrence from calendar_repeat_occurrence, ' 
    5555                .'calendar_repeat where (calendar_repeat_occurrence.repeat_id = calendar_repeat.id) ' 
    56                 .'AND (calendar_repeat.object_id = calendar_object.id)) group by calendar_object.id, calendar_to_calendar_object.calendar_id'; 
     56                .'AND (calendar_repeat.object_id = calendar_object.id)) group by calendar_object.id, calendar_to_calendar_object.calendar_id ORDER BY calendar_object.dtstart'; 
    5757 
    5858        $params = Controller::service('PostgreSQL')->execResultSql($sql.$where); 
Note: See TracChangeset for help on using the changeset viewer.