Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -N -r13231 -r13261 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13231) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13261) @@ -1623,6 +1623,7 @@ # ===== v 5.0.2 ===== # ===== v 5.0.3-B1 ===== -ALTER TABLE PermCache - ADD INDEX ( ACL ); - \ No newline at end of file +ALTER TABLE PermCache ADD INDEX (ACL); + +INSERT INTO ConfigurationAdmin VALUES ('cms_DefaultTrackingCode', 'la_section_SettingsWebsite', 'la_config_DefaultTrackingCode', 'textarea', NULL, 'COLS=40 ROWS=5', 10.10, 0, 0); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'cms_DefaultTrackingCode', '', 'In-Portal', 'in-portal:configure_advanced');