Further work on soft fail when option value value field doesn't match given data...
[civicrm-core.git] / CRM / Utils / Type.php
index e346af5ee2bac1101cb8bf273e3f915a5c8eaea3..9244e8c0dd4966db20131d09131fd7f5e23b2837 100644 (file)
@@ -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);