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:
75f5214
)
API - Utils.php - Fix accidental deletion during merge
author
colemanw
<coleman@civicrm.org>
Wed, 23 Oct 2013 20:04:36 +0000
(13:04 -0700)
committer
colemanw
<coleman@civicrm.org>
Wed, 23 Oct 2013 20:04:36 +0000
(13:04 -0700)
Line was deleted accidentally in
13c1cf9
api/v3/utils.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/utils.php
b/api/v3/utils.php
index 4f01bee63a50ee7678161e42733bd0deb7a085a0..36e84b908049ef1351e0822e90be48a1188d283b 100644
(file)
--- a/
api/v3/utils.php
+++ b/
api/v3/utils.php
@@
-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,
);