From: monishdeb Date: Mon, 27 Jul 2015 16:07:15 +0000 (+0530) Subject: minor fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=954ee0ea7c288a5738f9aa675c6c093c253ca76e;p=civicrm-core.git minor fix --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index a04f5341ee..d9a3b2d160 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -2582,7 +2582,7 @@ class CRM_Contact_BAO_Query { continue; default: - $locationTypeName = $extraLocationTypeClause = ''; + $locationTypeName = ''; if (strpos($name, '-address') != 0) { $locationTypeName = 'address'; }