Ian province abbreviation patch - issue 724
[civicrm-core.git] / api / v3 / examples / Contact / GetFieldsOptions.php
index d45717fe3711f9fbcfb90576138a6b77c2df4229..2b10ae16bfb1621b2864ba0b12d50386a2e56457 100644 (file)
@@ -577,7 +577,7 @@ function contact_getfields_expectedresult() {
       'is_deceased' => array(
         'name' => 'is_deceased',
         'type' => 16,
-        'title' => 'Is Deceased',
+        'title' => 'Deceased',
         'import' => TRUE,
         'where' => 'civicrm_contact.is_deceased',
         'headerPattern' => '/i(s\\s)?d(eceased)$/i',
@@ -689,7 +689,7 @@ function contact_getfields_expectedresult() {
       'source' => array(
         'name' => 'source',
         'type' => 2,
-        'title' => 'Source of Contact Data',
+        'title' => 'Contact Source',
         'maxlength' => 255,
         'size' => 30,
         'import' => TRUE,