From a510f6fb858497de758c4abb621084a4d079dca5 Mon Sep 17 00:00:00 2001 From: Sean Madsen Date: Tue, 25 Apr 2017 15:11:44 -0600 Subject: [PATCH] CRM-20453 - DAO changes after running GenCode.php --- CRM/ACL/DAO/ACL.php | 4 ++-- CRM/PCP/DAO/PCP.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/ACL/DAO/ACL.php b/CRM/ACL/DAO/ACL.php index a9eaecfe59..a4e3359c6d 100644 --- a/CRM/ACL/DAO/ACL.php +++ b/CRM/ACL/DAO/ACL.php @@ -30,7 +30,7 @@ * * Generated from xml/schema/CRM/ACL/ACL.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e3bf1ea17c74897968f372d4e27c1d2c) + * (GenCodeChecksum:f56c9ad63ff247e68abf2c7c70ff65ba) */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; @@ -281,7 +281,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO { 'bao' => 'CRM_ACL_BAO_ACL', 'localizable' => 0, 'html' => array( - 'type' => 'Checkbox', + 'type' => 'CheckBox', ) , ) , ); diff --git a/CRM/PCP/DAO/PCP.php b/CRM/PCP/DAO/PCP.php index 576079ad20..7ea180c19d 100644 --- a/CRM/PCP/DAO/PCP.php +++ b/CRM/PCP/DAO/PCP.php @@ -30,7 +30,7 @@ * * Generated from xml/schema/CRM/PCP/PCP.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:55283776659b636af6e8511f8978d660) + * (GenCodeChecksum:6913feaec692244b1d39e330ba00188c) */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; @@ -236,7 +236,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, 'html' => array( - 'type' => 'TexArea', + 'type' => 'TextArea', ) , ) , 'page_text' => array( @@ -249,7 +249,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO { 'bao' => 'CRM_PCP_BAO_PCP', 'localizable' => 0, 'html' => array( - 'type' => 'TexArea', + 'type' => 'TextArea', ) , ) , 'donate_link_text' => array( -- 2.25.1