Fixed a couple of unreported bugs.
This commit is contained in:
parent
54cf3b1d29
commit
8943c7df58
4 changed files with 6 additions and 22 deletions
|
|
@ -262,7 +262,7 @@ sub isInGroup {
|
|||
}
|
||||
}
|
||||
### Check for groups of groups.
|
||||
@data = WebGUI::SQL->buildArray("select groupId from groupGroupings where inGroup=$gid");
|
||||
@data = WebGUI::SQL->buildArray("select groupId from groupGroupings where inGroup='$gid'");
|
||||
foreach $groupId (@data) {
|
||||
$session{isInGroup}{$groupId} = isInGroup($groupId, $uid);
|
||||
if ($session{isInGroup}{$groupId}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue