summaryrefslogtreecommitdiff
path: root/app/php/sqlmap/events.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/sqlmap/events.xml')
-rw-r--r--app/php/sqlmap/events.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/sqlmap/events.xml b/app/php/sqlmap/events.xml
index 5980b27..030a773 100644
--- a/app/php/sqlmap/events.xml
+++ b/app/php/sqlmap/events.xml
@@ -5,7 +5,7 @@
SELECT * FROM entries
WHERE end_date >= #date_from# AND begin_date <= #date_to#
AND $calendar_clause$
- ORDER BY begin_date ASC;
+ ORDER BY begin_date $order_clause$;
]]>
</select>
</sqlMapConfig>