From: yashodha Date: Fri, 30 Jan 2015 11:24:05 +0000 (+0530) Subject: space fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a6332b16c45530cd8a7fcad08c16ae9ec6c9b2a2;p=civicrm-core.git space fix --- 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 {