From e7c7097e784314e43eb6e4d9b9c70e4e1cdab63b Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 22 Jun 2013 19:22:28 +1200 Subject: [PATCH] CRM-12619 - per comment remove obsolete variables --- CRM/Contact/BAO/Query.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 0076679d63..3121933d10 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -3661,8 +3661,6 @@ WHERE id IN ( $groupIDs ) $targetName = $this->getWhereValues('relation_target_name', $grouping); $relStatus = $this->getWhereValues('relation_status', $grouping); $targetGroup = $this->getWhereValues('relation_target_group', $grouping); - $start = $this->getWhereValues('relation_date_low', $grouping); - $end = $this->getWhereValues('relation_date_high', $grouping); $nameClause = $name = NULL; if ($targetName) { -- 2.25.1