Update Copywrite year to be 2019
[civicrm-core.git] / CRM / SMS / DAO / Provider.php
index 990f58c84eaaec82da41a684585d58aa8ca25f2e..7ed8179e3d8b962b7d50df67cc12001039dbe1b3 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/SMS/Provider.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cae173c565ecbc84ccb905d80f1de8c1)
+ * (GenCodeChecksum:a24ea48b652eba8827a5275a127df61e)
  */
 
 /**
@@ -130,7 +130,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Provider ID'),
-          'description' => 'SMS Provider ID',
+          'description' => ts('SMS Provider ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
@@ -141,7 +141,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SMS Provider Name'),
-          'description' => 'Provider internal name points to option_value of option_group sms_provider_name',
+          'description' => ts('Provider internal name points to option_value of option_group sms_provider_name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_sms_provider',
@@ -153,7 +153,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SMS Provider Title'),
-          'description' => 'Provider name visible to user',
+          'description' => ts('Provider name visible to user'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_sms_provider',
@@ -196,7 +196,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'api_type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Provider API'),
-          'description' => 'points to value in civicrm_option_value for group sms_api_type',
+          'description' => ts('points to value in civicrm_option_value for group sms_api_type'),
           'required' => TRUE,
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
@@ -224,7 +224,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'api_params',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('SMS Provider API Params'),
-          'description' => 'the api params in xml, http or smtp format',
+          'description' => ts('the api params in xml, http or smtp format'),
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
@@ -237,6 +237,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('SMS Provider is Default?'),
+          'default' => '0',
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
@@ -249,6 +250,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('SMS Provider is Active?'),
+          'default' => '0',
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
@@ -261,7 +263,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Domain'),
-          'description' => 'Which Domain is this sms provider for',
+          'description' => ts('Which Domain is this sms provider for'),
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',