From 0b02cdf273ae797e7e202b700f468da5f4c9f566 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 29 Aug 2015 03:35:48 +0000 Subject: [PATCH] Minor error in refactor --- 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 a722a3362f..dca4f2ec1a 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -608,7 +608,7 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c } $trashClause = $excludeTrashed ? "contact_a.is_deleted != 1" : "( 1 )"; - if (empty($where) { + if (empty($where)) { $where = "WHERE $trashClause"; } else { -- 2.25.1