projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f167f2
)
Typo.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 22 Jun 2010 19:48:06 +0000
(21:48 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 22 Jun 2010 19:48:06 +0000
(21:48 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetevents/xnetevents.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetevents/xnetevents.inc.php
b/modules/xnetevents/xnetevents.inc.php
index
ff82344
..
5c0a868
100644
(file)
--- a/
modules/xnetevents/xnetevents.inc.php
+++ b/
modules/xnetevents/xnetevents.inc.php
@@
-117,7
+117,7
@@
function get_event_participants(&$evt, $item_id, array $tri = array(), $count =
$money = $evt['money'] && (function_exists('may_update')) && may_update();
$pay_id = $evt['paiement_id'];
- $append = $item_id ? XDB::for
am
t(' AND ep.item_id = {?}', $item_id) : '';
+ $append = $item_id ? XDB::for
ma
t(' AND ep.item_id = {?}', $item_id) : '';
$query = XDB::fetchAllAssoc('uid', 'SELECT ep.uid, SUM(ep.paid) AS paid, SUM(ep.nb) AS nb,
FIND_IN_SET(\'notify_payment\', ep.flags) AS notify_payment
FROM group_event_participants AS ep