X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FOpenID.php;h=7a6650f7bc874a350cd10686a7f6ce6e0399fc8e;hb=e6bfcdd1e767fef7a47973bb1b98174a593bc6f2;hp=c5413e170d7dd420b6eff273c8bfa36cbc0cdbdf;hpb=baff61fe7b6256fc350e817f6f00726ae77961b5;p=civicrm-core.git diff --git a/CRM/Core/DAO/OpenID.php b/CRM/Core/DAO/OpenID.php index c5413e170d..7a6650f7bc 100644 --- a/CRM/Core/DAO/OpenID.php +++ b/CRM/Core/DAO/OpenID.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OpenID.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0e8f41d1f528dfadc08d7f53610948ca) + * (GenCodeChecksum:7c70e03ffe06633c9e61c5845967d286) */ /** @@ -78,7 +78,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { /** * Is this the primary email for this contact and location. * - * @var bool|string|null + * @var bool|string * (SQL type: tinyint) * Note that values will be retrieved from the database as a string. */ @@ -213,6 +213,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Primary ID'), 'description' => ts('Is this the primary email for this contact and location.'), + 'required' => TRUE, 'where' => 'civicrm_openid.is_primary', 'default' => '0', 'table_name' => 'civicrm_openid',