From 4fe2f9e6921ce1cdd467253e00287041324de360 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 30 Apr 2014 15:07:15 -0700 Subject: [PATCH] revert change on case - intended for separate commit set --- api/v3/Case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Case.php b/api/v3/Case.php index 9ad41360ab..81a72e4b00 100644 --- a/api/v3/Case.php +++ b/api/v3/Case.php @@ -189,7 +189,7 @@ function _civicrm_api3_case_delete_spec(&$params) { * @todo Erik Hommel 16 dec 2010 check if all DB fields are returned */ function civicrm_api3_case_get($params) { - + $options = _civicrm_api3_get_options_from_params($params); //search by client if (!empty($params['contact_id'])) { $ids = array(); -- 2.25.1