Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -N -r11933 -r11952 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11933) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11952) @@ -1362,5 +1362,7 @@ INSERT INTO ConfigurationAdmin VALUES ('UseModalWindows', 'la_section_SettingsAdmin', 'la_config_UseModalWindows', 'checkbox', '', '', 40.10, 0, 0); INSERT INTO ConfigurationValues VALUES (DEFAULT, 'UseModalWindows', '1', 'In-Portal', 'in-portal:configure_advanced'); +UPDATE `Language` SET UserDocsUrl = 'http://docs.in-portal.org/eng'; + DELETE FROM Modules WHERE Name = 'Proj-Base'; UPDATE Modules SET Version = '5.0.0', Loaded = 1 WHERE Name = 'In-Portal'; \ No newline at end of file