Ooops (cf 20c5c7).
authorStéphane Jacob <jacou@melix.net>
Wed, 21 Jan 2009 20:40:41 +0000 (21:40 +0100)
committerStéphane Jacob <jacou@melix.net>
Fri, 20 Feb 2009 22:00:41 +0000 (23:00 +0100)
modules/xnetevents/xnetevents.inc.php

index 45db5b5..fd17320 100644 (file)
@@ -31,7 +31,7 @@ function get_event_detail($eid, $item_id = false, $asso_id = null)
         "SELECT SUM(nb) AS nb_tot, COUNT(DISTINCT ep.uid) AS nb, e.*,
                 IF(e.deadline_inscription, e.deadline_inscription >= LEFT(NOW(), 10),
                    1) AS inscr_open,
-                LEFT(10, e.debut) AS start_day, LEFT(10, e.fin) AS last_day,
+                LEFT(10, e.debut) AS first_day, LEFT(10, e.fin) AS last_day,
                 LEFT(NOW(), 10) AS now,
                 ei.titre,
                 al.vid AS absent_list, pl.vid AS participant_list,