projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5d24d
)
Fixes query in xnet events.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Mar 2011 07:38:31 +0000
(09:38 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Mar 2011 07:38:31 +0000
(09:38 +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
f329ad1
..
dc17ac3
100644
(file)
--- a/
modules/xnetevents/xnetevents.inc.php
+++ b/
modules/xnetevents/xnetevents.inc.php
@@
-287,7
+287,7
@@
function event_change_shortname($page, $eid, $old, $new)
foreach (array($globals->xnet->participant_list, $globals->xnet->payed_list, $globals->xnet->unpayed_list) as $suffix) {
$uids = XDB::fetchColumn('SELECT uid
FROM group_event_participants
- WHERE eid = {?} AND ' . $where,
+ WHERE eid = {?} AND ' . $where
[$suffix]
,
$eid);
$users = User::getBulkUsersWithUIDs($uids, null, null, false);
foreach ($users as $user) {