From fb52514a9f5abcb6b7d3f90d8ded00aacd593a1f Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Tue, 3 Sep 2013 17:57:31 +0530 Subject: [PATCH] CRM-13324 : code improvement ---------------------------------------- * CRM-13324: Reserve respondent process of survey not working if contacts are filter by particular group, and all records are selected for reserving. http://issues.civicrm.org/jira/browse/CRM-13324 --- CRM/Contact/BAO/Query.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 7df06fbef8..63e693c6d6 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -1303,9 +1303,6 @@ class CRM_Contact_BAO_Query { $this->_element['group_contact_id'] = 1; $this->_select['status'] = "$tbName.status as status"; $this->_element['status'] = 1; - if (empty($this->_tables[$tbName])) { - $this->_tables[$tbName] = 1; - } } } $this->_useGroupBy = TRUE; -- 2.25.1