mirror of
https://github.com/itflow-org/itflow
synced 2026-08-10 09:37:15 +00:00
Update Contributing with the new clientScopeSql function
This commit is contained in:
@@ -62,8 +62,3 @@ while ($row = mysqli_fetch_assoc($user_client_access_result)) {
|
||||
$client_access_array[] = (int) $row['client_id'];
|
||||
}
|
||||
}
|
||||
|
||||
// Client scoping for queries is built per-query by clientScopeSql() in functions/auth.php,
|
||||
// which is column-aware. These strings remain for any caller that needs the raw lists.
|
||||
$client_access_string = implode(',', $client_access_array);
|
||||
$client_deny_string = implode(',', $client_deny_array);
|
||||
|
||||
Reference in New Issue
Block a user