Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.5
-
Fix Version/s: 4.4.0
-
Component/s: None
-
Labels:None
Description
Our api array syntax should be extended to contact.get - ie.
civicrm_api3('contact', 'get', array(
'id' => array('IN' => array(4,5,7))
));