Fixes from the 5.2.5 bugfix cycle.
This commit is contained in:
parent
6949f42a2c
commit
afbcfc7d56
17 changed files with 2422 additions and 36 deletions
|
|
@ -283,7 +283,7 @@ sub getUsersInGroup {
|
|||
if ($_[1]) {
|
||||
my $groups = getGroupsInGroup($_[0],1);
|
||||
if ($#$groups >= 0) {
|
||||
$clause = "groupId in (".join(",",@$groups).")";
|
||||
$clause .= " or groupId in (".join(",",@$groups).")";
|
||||
}
|
||||
}
|
||||
return WebGUI::SQL->buildArrayRef("select userId from groupings where $clause");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue