Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r15009 -r15044 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15009) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15044) @@ -257,3 +257,5 @@ 'Comm_Order_Number_Format_S', 'Comm_RecurringChargeInverval', 'Comm_AutoProcessRecurringOrders', 'MaxAddresses', 'Comm_MaskProcessedCreditCards', 'OrderVATIncluded' ); + +INSERT INTO SystemSettings VALUES(DEFAULT, 'MaxCompareProducts', '3', 'In-Commerce', 'in-commerce:output', 'la_Text_Products', 'la_config_MaxCompareProducts', 'text', NULL, NULL, 10.12, 0, 1, NULL);