Typo fix
git-svn-id: svn://10.0.0.236/trunk@228063 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -245,7 +245,7 @@ sub getTestResults($\@\@$) {
|
||||
secgps.grouptype=3))};
|
||||
} if ($criterion->{'value'} == 0 or $criterion->{'value'} eq 'off') {
|
||||
$from .= ", user_group_map ugm, security_groups secgps";
|
||||
$where .= ' AND (ugm.group_id != secgps.group_ida)';
|
||||
$where .= ' AND (ugm.group_id != secgps.group_id)';
|
||||
}
|
||||
} elsif ($criterion->{'field'} eq 'vetted_only') {
|
||||
if ($criterion->{'value'} ne 'all') {
|
||||
|
||||
Reference in New Issue
Block a user