Edgewall Software

Changes between Version 51 and Version 52 of TracReports


Ignore:
Timestamp:
Jul 25, 2012, 10:51:15 AM (12 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracReports

    v51 v52  
    289289  WHERE status = 'assigned'
    290290AND p.name=t.priority AND p.type='priority'
    291    ORDER BY __group__ ASC, `component` ASC,  __group__, p.value, severity, time
     291  ORDER BY __group__ ASC, `component` ASC,  __group__, p.value, severity, time
    292292 LIMIT 4 OFFSET 4
    293293}}}