Added email helper class.
This commit is contained in:
@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_component` (
|
||||
`asset_id` INT(255) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`add_admin_event` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`add_css` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`add_email_helper` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`add_license` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`add_php_dashboard_methods` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
`add_php_helper_admin` TINYINT(1) NOT NULL DEFAULT '0',
|
||||
@ -78,17 +79,18 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_component` (
|
||||
KEY `idx_state` (`published`),
|
||||
KEY `idx_name_code` (`name_code`),
|
||||
KEY `idx_debug_linenr` (`debug_linenr`),
|
||||
KEY `idx_emptycontributors` (`emptycontributors`),
|
||||
KEY `idx_creatuserhelper` (`creatuserhelper`),
|
||||
KEY `idx_add_email_helper` (`add_email_helper`),
|
||||
KEY `idx_adduikit` (`adduikit`),
|
||||
KEY `idx_add_update_server` (`add_update_server`),
|
||||
KEY `idx_addfootable` (`addfootable`),
|
||||
KEY `idx_add_css` (`add_css`),
|
||||
KEY `idx_name` (`name`),
|
||||
KEY `idx_addreadme` (`addreadme`),
|
||||
KEY `idx_add_sales_server` (`add_sales_server`),
|
||||
KEY `idx_add_license` (`add_license`),
|
||||
KEY `idx_license_type` (`license_type`),
|
||||
KEY `idx_adduikit` (`adduikit`),
|
||||
KEY `idx_add_css` (`add_css`),
|
||||
KEY `idx_emptycontributors` (`emptycontributors`),
|
||||
KEY `idx_creatuserhelper` (`creatuserhelper`),
|
||||
KEY `idx_addfootable` (`addfootable`),
|
||||
KEY `idx_add_php_helper_admin` (`add_php_helper_admin`),
|
||||
KEY `idx_add_admin_event` (`add_admin_event`),
|
||||
KEY `idx_add_php_helper_site` (`add_php_helper_site`),
|
||||
|
Reference in New Issue
Block a user