Index: branches/5.2.x/core/install/upgrades.sql =================================================================== diff -u -N -r14585 -r14601 --- branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14585) +++ branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14601) @@ -2105,4 +2105,6 @@ UPDATE Category SET DirectLinkAuthKey = SUBSTRING( MD5( CONCAT(CategoryId, ':', ParentId, ':', l<%PRIMARY_LANGUAGE%>_Name, ':b38') ), 1, 20) -WHERE DirectLinkAuthKey = ''; \ No newline at end of file +WHERE DirectLinkAuthKey = ''; + +INSERT INTO ConfigurationValues VALUES(DEFAULT, 'ExcludeTemplateSectionsFromSearch', '0', 'In-Portal', 'in-portal:configure_categories', 'la_title_General', 'la_config_ExcludeTemplateSectionsFromSearch', 'checkbox', '', '', 10.15, 0, 0, NULL); \ No newline at end of file