Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -N -r11953 -r11970 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11953) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11970) @@ -1365,4 +1365,7 @@ UPDATE `Language` SET UserDocsUrl = 'http://docs.in-portal.org/eng/index.php'; DELETE FROM Modules WHERE Name = 'Proj-Base'; + +DELETE FROM Phrase WHERE Phrase IN ('la_fld_ImageId', 'la_fld_RelationshipId', 'la_fld_ReviewId', 'la_prompt_CensorhipId', 'my_account_title', 'Next Theme', 'Previous Theme', 'test 1'); + UPDATE Modules SET Version = '5.0.0', Loaded = 1 WHERE Name = 'In-Portal'; \ No newline at end of file