From f08cb0da5d9e5297390dc8cd45544c9b6b75b28c Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Thu, 13 Oct 2016 10:44:48 +0530 Subject: [PATCH] CRM-19435: NFC changes --- CRM/Contact/BAO/GroupContact.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Contact/BAO/GroupContact.php b/CRM/Contact/BAO/GroupContact.php index d1c8d715f0..49abb14b3a 100644 --- a/CRM/Contact/BAO/GroupContact.php +++ b/CRM/Contact/BAO/GroupContact.php @@ -329,6 +329,9 @@ class CRM_Contact_BAO_GroupContact extends CRM_Contact_DAO_GroupContact { * * @param int $groupId * + * @param bool $includeSmartGroups + * Include or Exclude Smart Group(s) + * * @return array|int $values * the relevant data object values for the contact or the total count when $count is TRUE */ -- 2.25.1