Merge remote-tracking branch 'upstream/4.3' into 4.3-4.4-2013-11-03-17-29-16
[civicrm-core.git] / api / v3 / utils.php
index 4f01bee63a50ee7678161e42733bd0deb7a085a0..36e84b908049ef1351e0822e90be48a1188d283b 100644 (file)
@@ -643,6 +643,7 @@ function _civicrm_api3_get_options_from_params(&$params, $queryObject = FALSE, $
     'offset' => CRM_Utils_Rule::integer($offset) ? $offset : NULL,
     'sort' => CRM_Utils_Rule::string($sort) ? $sort : NULL,
     'limit' => CRM_Utils_Rule::integer($limit) ? $limit : NULL,
+    'is_count' => $is_count,
     'return' => !empty($returnProperties) ? $returnProperties : NULL,
   );