Minor error in refactor
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 29 Aug 2015 03:35:48 +0000 (03:35 +0000)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 29 Aug 2015 03:35:48 +0000 (03:35 +0000)
CRM/Export/BAO/Export.php

index a722a3362fa351f4949b5bcc4222f297c6ad7894..dca4f2ec1a3e80635cca4c7bb2bdba8174d9c22c 100644 (file)
@@ -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 {