Index: branches/5.3.x/core/install/upgrades.sql =================================================================== diff -u -N -r16328 -r16329 --- branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 16328) +++ branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 16329) @@ -3037,3 +3037,5 @@ ALTER TABLE SiteDomains ADD `Status` TINYINT NOT NULL DEFAULT '1' AFTER Priority, ADD INDEX (`Status`); + +INSERT INTO SystemSettings VALUES(DEFAULT, 'SessionLogRotationInterval', '2629800', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsLogs', 'la_config_SessionLogRotationInterval', 'select', '', '86400=la_opt_OneDay||604800=la_opt_OneWeek||1209600=la_opt_TwoWeeks||2629800=la_opt_OneMonth||7889400=la_opt_ThreeMonths||31557600=la_opt_OneYear||63115200=la_opt_TwoYears||94672800=la_opt_ThreeYears||157788000=la_opt_FiveYears||-1=la_opt_EmailLogKeepForever', 65.05, 0, 1, NULL);