X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FCounty.php;h=72415042c8eb81591a41977f41446ed2f628a5e7;hb=e6bfcdd1e767fef7a47973bb1b98174a593bc6f2;hp=d1f5bb8873b1b9fab6f832d37eec6b1597cbaeef;hpb=2dc7edd8236d8b8da3d4c28c61968bb7d48846c6;p=civicrm-core.git diff --git a/CRM/Core/DAO/County.php b/CRM/Core/DAO/County.php index d1f5bb8873..72415042c8 100644 --- a/CRM/Core/DAO/County.php +++ b/CRM/Core/DAO/County.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/County.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5a261e24e77bb54854f782628a13dbf6) + * (GenCodeChecksum:3b5b06caf78948fe6bbbafe831c2aa96) */ /** @@ -76,7 +76,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { /** * Is this County active? * - * @var bool|string|null + * @var bool|string * (SQL type: tinyint) * Note that values will be retrieved from the database as a string. */ @@ -200,6 +200,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('County Is Active'), 'description' => ts('Is this County active?'), + 'required' => TRUE, 'where' => 'civicrm_county.is_active', 'default' => '1', 'table_name' => 'civicrm_county',