From 1dfa583fadd1cc82dbb005b81f8fb83f24849d81 Mon Sep 17 00:00:00 2001 From: Thomas Minvielle Date: Sun, 15 Jan 2012 20:46:57 +0100 Subject: [PATCH] Changes the order of events, in chronological order. --- modules/xnetevents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xnetevents.php b/modules/xnetevents.php index a12c669..f3bef60 100644 --- a/modules/xnetevents.php +++ b/modules/xnetevents.php @@ -124,7 +124,7 @@ class XnetEventsModule extends PLModule LEFT JOIN group_event_participants AS ep ON (ep.eid = e.eid AND ep.uid = {?}) WHERE asso_id = {?} AND archive = {?} GROUP BY e.eid - ORDER BY inscr_open DESC, debut DESC', + ORDER BY inscr_open DESC, debut', S::i('uid'), $globals->asso('id'), $archive ? 1 : 0); $evts = array(); -- 2.1.4