Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r11400 -r11401 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11400) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11401) @@ -1003,4 +1003,4 @@ ALTER TABLE Skins ADD LogoBottom VARCHAR(255) NOT NULL AFTER Logo; INSERT INTO ConfigurationValues VALUES (DEFAULT, 'SiteNameSubTitle', '', 'In-Portal', 'in-portal:configure_general'); -INSERT INTO ConfigurationAdmin VALUES ('SiteNameSubTitle', 'la_Text_Website', 'la_config_SiteNameSubTitle', 'text', '', '', 10.021, 0, 0);; \ No newline at end of file +INSERT INTO ConfigurationAdmin VALUES ('SiteNameSubTitle', 'la_Text_Website', 'la_config_SiteNameSubTitle', 'text', '', '', 10.021, 0, 0); \ No newline at end of file