CRM-20549 also remove limit in getLocationEvents
authorBrian Shaughnessy <brian@lcdservices.biz>
Wed, 10 May 2017 16:30:26 +0000 (12:30 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Wed, 10 May 2017 16:30:26 +0000 (12:30 -0400)
CRM/Event/BAO/Event.php

index a261c077ebdda9d00245eb5ce9506add4ec61dc7..8fa666d632b9a00e01864053f985685ac907f016 100644 (file)
@@ -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) {