forked from science-ation/science-ation
- Restrict data in a committee report to actual committee members
This commit is contained in:
parent
15a56ce13f
commit
343d777aab
@ -137,7 +137,7 @@ $report_committees_fields = array(
|
|||||||
$q = " FROM
|
$q = " FROM
|
||||||
users
|
users
|
||||||
WHERE
|
WHERE
|
||||||
1
|
users.types LIKE '%committee%'
|
||||||
";
|
";
|
||||||
|
|
||||||
return $q;
|
return $q;
|
||||||
|
Loading…
Reference in New Issue
Block a user