X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FDAO%2FContact.php;h=18129eecc9749fd794ca12d47adae0e1162c3e09;hb=bdeb08fe0976d2e64bf8f2ecebfd787c0f9b38d2;hp=08668b27399710d9e094cf89331f237ad363639e;hpb=11fd7e4304a0513293f1ce1e936cb2589cef413f;p=civicrm-core.git diff --git a/CRM/Contact/DAO/Contact.php b/CRM/Contact/DAO/Contact.php index 08668b2739..18129eecc9 100644 --- a/CRM/Contact/DAO/Contact.php +++ b/CRM/Contact/DAO/Contact.php @@ -6,13 +6,15 @@ * * Generated from xml/schema/CRM/Contact/Contact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:da59563e28c0229228f7c2baa20caabf) + * (GenCodeChecksum:7f796d14a0de2afa9ec1d5b658ab9329) */ /** * Database access object for the Contact entity. */ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { + const EXT = 'civicrm'; + const TABLE_ADDED = '1.1'; /** * Static instance to hold the table name. @@ -1214,7 +1216,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'gender_id' => [ 'name' => 'gender_id', 'type' => CRM_Utils_Type::T_INT, - 'title' => ts('Gender'), + 'title' => ts('Gender ID'), 'description' => ts('FK to gender ID'), 'import' => TRUE, 'where' => 'civicrm_contact.gender_id', @@ -1227,6 +1229,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => 0, 'html' => [ 'type' => 'Select', + 'label' => ts("Gender"), ], 'pseudoconstant' => [ 'optionGroupName' => 'gender',