From 7f43ba1913426901711c573e22ea494c4596e925 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 20:49:53 -0500 Subject: [PATCH] CRM-15603 - Remove extra trailing space --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index ee0b3c7722..8207dadcf8 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -3315,7 +3315,7 @@ WHERE id IN ( $groupIDs ) $this->_where[$grouping][] = $sub; if ($config->includeEmailInName) { $this->_tables['civicrm_email'] = $this->_whereTables['civicrm_email'] = 1; - $this->_qill[$grouping][] = ts('Name or Email ') . "$op - '$name'"; + $this->_qill[$grouping][] = ts('Name or Email') . " $op - '$name'"; } else { $this->_qill[$grouping][] = ts('Name like') . " - '$name'"; -- 2.25.1