X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FUtils%2FType.php;h=9244e8c0dd4966db20131d09131fd7f5e23b2837;hb=d67d221a9c8ac3a4957d2dd0378868119a6b9943;hp=e346af5ee2bac1101cb8bf273e3f915a5c8eaea3;hpb=eaecfa20148f764f933b084581863d3313e4be3c;p=civicrm-core.git diff --git a/CRM/Utils/Type.php b/CRM/Utils/Type.php index e346af5ee2..9244e8c0dd 100644 --- a/CRM/Utils/Type.php +++ b/CRM/Utils/Type.php @@ -463,12 +463,12 @@ class CRM_Utils_Type { */ public static function dataTypes() { $types = array( - 'integer', + 'Integer', 'String', - 'date', - 'time', + 'Date', + 'Time', 'Timestamp', - 'money', + 'Money', 'Email', ); return array_combine($types, $types);