fixing a misuse of quoteAndJoin.
This commit is contained in:
parent
f76da3335a
commit
0eec19a4d1
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ sub getUsersInGroup {
|
|||
$clause .= " OR (groupId = ".quote($groupId)." AND expireDate > ".time().") ";
|
||||
}
|
||||
} else {
|
||||
$clause .= " OR groupId IN (".quoteAndJoin(',',@$groups).")";
|
||||
$clause .= " OR groupId IN (".quoteAndJoin($groups).")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue