projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85e121
)
Ooops (cf 20c5c7).
author
Stéphane Jacob
<jacou@melix.net>
Wed, 21 Jan 2009 20:40:41 +0000
(21:40 +0100)
committer
Stéphane Jacob
<jacou@melix.net>
Fri, 20 Feb 2009 22:00:41 +0000
(23:00 +0100)
modules/xnetevents/xnetevents.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetevents/xnetevents.inc.php
b/modules/xnetevents/xnetevents.inc.php
index
45db5b5
..
fd17320
100644
(file)
--- a/
modules/xnetevents/xnetevents.inc.php
+++ b/
modules/xnetevents/xnetevents.inc.php
@@
-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
star
t_day, LEFT(10, e.fin) AS last_day,
+ LEFT(10, e.debut) AS
firs
t_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,