From: Dave Greenberg Date: Wed, 27 Aug 2014 21:57:08 +0000 (-0700) Subject: CRM-15121 - whitespace fix. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b9cb427a118d4ce706c13667be5553d8f79d0577;p=civicrm-core.git CRM-15121 - whitespace fix. ---------------------------------------- * CRM-15121: https://issues.civicrm.org/jira/browse/CRM-15121 --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 4a4330d6f4..0f9e0fa7f0 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -4034,7 +4034,7 @@ WHERE id IN ( $groupIDs ) $relStatus = $this->getWhereValues('relation_status', $grouping); $relPermission = $this->getWhereValues('relation_permission', $grouping); $targetGroup = $this->getWhereValues('relation_target_group', $grouping); - + $nameClause = $name = NULL; if ($targetName) { $name = trim($targetName[2]);