Skip to content
Snippets Groups Projects
Commit 15128151 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

more work on CRM-12466

parent 926dcf00
No related branches found
No related tags found
No related merge requests found
......@@ -483,8 +483,7 @@ AND civicrm_group_contact.group_id = $groupID ";
SELECT gc.group_id, gc.contact_id, g.title, g.children, g.description
FROM civicrm_group_contact_cache gc
INNER JOIN civicrm_group g ON g.id = gc.group_id
WHERE g.saved_search_id IS NOT NULL AND
gc.contact_id IN ($contactIDString)
WHERE gc.contact_id IN ($contactIDString)
$hiddenClause
ORDER BY gc.contact_id, g.children
";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment