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:
411befa
)
CRM-20549 also remove limit in getLocationEvents
author
Brian Shaughnessy
<brian@lcdservices.biz>
Wed, 10 May 2017 16:30:26 +0000
(12:30 -0400)
committer
Brian Shaughnessy
<brian@lcdservices.biz>
Wed, 10 May 2017 16:30:26 +0000
(12:30 -0400)
CRM/Event/BAO/Event.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/BAO/Event.php
b/CRM/Event/BAO/Event.php
index a261c077ebdda9d00245eb5ce9506add4ec61dc7..8fa666d632b9a00e01864053f985685ac907f016 100644
(file)
--- a/
CRM/Event/BAO/Event.php
+++ b/
CRM/Event/BAO/Event.php
@@
-1889,6
+1889,9
@@
WHERE id = $cfID
'check_permissions' => TRUE,
'return' => $ret,
'loc_block_id.address_id' => array('IS NOT NULL' => 1),
+ 'options' => array(
+ 'limit' => 0,
+ ),
));
foreach ($result['values'] as $event) {