From 4994a59b9b80cebf823c19325a50e922c688e483 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 17 May 2021 21:01:06 -0700 Subject: [PATCH] (REF) Regen CRM/Core/DAO/CustomField.php Before: The committed DAO doesn't match the generated DAO. After: The commited DAO matches the generated DAO. Technical Details: This DAO file grew slightly stale following 0388de0d6435161344c9483066765e7a9ca65dfe. --- CRM/Core/DAO/CustomField.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Core/DAO/CustomField.php b/CRM/Core/DAO/CustomField.php index 4dc649d1d7..d8c977b012 100644 --- a/CRM/Core/DAO/CustomField.php +++ b/CRM/Core/DAO/CustomField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:84cdd7643545ef0dbe9512de6bc54e67) + * (GenCodeChecksum:8ec2e0591921853bc86149754f5704f9) */ /** @@ -52,7 +52,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { public $custom_group_id; /** - * Variable name/programmatic handle for this group. + * Variable name/programmatic handle for this field. * * @var string */ @@ -340,7 +340,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { 'name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Custom Field Name'), - 'description' => ts('Variable name/programmatic handle for this group.'), + 'description' => ts('Variable name/programmatic handle for this field.'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, 'where' => 'civicrm_custom_field.name', -- 2.25.1