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:
bf87703
)
tidy up constant ref
author
eileen
<emcnaughton@wikimedia.org>
Tue, 17 May 2016 03:56:16 +0000
(15:56 +1200)
committer
Tim Otten
<totten@civicrm.org>
Thu, 19 May 2016 22:50:31 +0000
(15:50 -0700)
Change-Id: Ie05c915f9a1841a6faf5654965399b5ed0bf62b6
api/v3/utils.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/utils.php
b/api/v3/utils.php
index 916eae4c046079b0cef7dd93f00490181693e755..74a265da2e10c39181ababd796cc901b574422fb 100644
(file)
--- a/
api/v3/utils.php
+++ b/
api/v3/utils.php
@@
-1590,7
+1590,7
@@
function _civicrm_api3_validate_fields($entity, $action, &$params, $fields, $err
_civicrm_api3_validate_date($dateParams, $fieldName, $fieldInfo);
break;
- case
32
:
+ case
CRM_Utils_Type::T_TEXT
:
//blob
_civicrm_api3_validate_html($params, $fieldName, $fieldInfo);
break;