Index: branches/5.3.x/core/units/site_domains/site_domains_config.php =================================================================== diff -u -N -r15659 -r15999 --- branches/5.3.x/core/units/site_domains/site_domains_config.php (.../site_domains_config.php) (revision 15659) +++ branches/5.3.x/core/units/site_domains/site_domains_config.php (.../site_domains_config.php) (revision 15999) @@ -1,6 +1,6 @@ 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0 ), - 'SSLUrl' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), - 'SSLUrlUsesRegExp' => Array ( + 'SSLDomainName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), + 'SSLDomainNameUsesRegExp' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0 @@ -146,7 +146,7 @@ 'Fields' => Array ( 'DomainId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 70, ), 'DomainName' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), - 'SSLUrl' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), + 'SSLDomainName' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), 'Country' => Array ('filter_block' => 'grid_options_filter', 'width' => 250, ), 'PrimaryLanguageId' => Array ('title' => 'column:la_fld_Language', 'filter_block' => 'grid_options_filter', 'width' => 250, ), 'PrimaryThemeId' => Array ('title' => 'column:la_fld_Theme', 'filter_block' => 'grid_options_filter', 'width' => 250, ),