Fix broken Clients when restricting user client access

This commit is contained in:
johnnyq
2024-06-06 12:06:26 -04:00
parent 40ccbb5627
commit 965c16c19d
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ if (isset($_GET['tags']) && is_array($_GET['tags']) && !empty($_GET['tags'])) {
// Convert the sanitized tags into a comma-separated string
$sanitizedTagsString = implode(",", $sanitizedTags);
$tag_query = "AND tags.tag_id IN ($sanitizedTagsString)";
} else{
$tag_query = '';
}
// Industry Filter