From a6332b16c45530cd8a7fcad08c16ae9ec6c9b2a2 Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 30 Jan 2015 16:54:05 +0530 Subject: [PATCH] space fix --- CRM/Export/BAO/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index facf871651..7a5d5d1b05 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -1353,7 +1353,7 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c switch ($query->_fields[$field]['type']) { case CRM_Utils_Type::T_INT: case CRM_Utils_Type::T_BOOLEAN: - if (in_array($field,$lookUp)) { + if (in_array($field, $lookUp)) { $sqlColumns[$fieldName] = "$fieldName varchar(255)"; } else { -- 2.25.1