projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17bc4f1
)
Minor error in refactor
author
Seamus Lee
<seamuslee001@gmail.com>
Sat, 29 Aug 2015 03:35:48 +0000
(
03:35
+0000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sat, 29 Aug 2015 03:35:48 +0000
(
03:35
+0000)
CRM/Export/BAO/Export.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Export/BAO/Export.php
b/CRM/Export/BAO/Export.php
index a722a3362fa351f4949b5bcc4222f297c6ad7894..dca4f2ec1a3e80635cca4c7bb2bdba8174d9c22c 100644
(file)
--- 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 {