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

notice fixes

parent f2979d25
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ SELECT civicrm_email.id as email_id
* @return array $groups array of group ids
* @access public
*/
function getContactGroups($email, $contactID = NULL) {
public static function getContactGroups($email, $contactID = NULL) {
if ($contactID) {
$query = "
SELECT DISTINCT group_a.group_id, group_a.status, civicrm_group.title
......
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