Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r13548 -r13631 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13548) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13631) @@ -184,4 +184,7 @@ 'Topic_Background1', 'Topic_Background2', 'Post_Background1', 'Post_Background2', 'Posting_SortOrder', 'Bulletin_TopCount', 'Bulletin_CatNewDays', 'Bulletin_Pick_First' ); -UPDATE ConfigurationValues SET ModuleOwner = 'In-Bulletin' WHERE VariableName = 'BBTags'; \ No newline at end of file +UPDATE ConfigurationValues SET ModuleOwner = 'In-Bulletin' WHERE VariableName = 'BBTags'; + +UPDATE Phrase SET Module = 'Core' WHERE Phrase = 'la_fld_Replacement'; +DELETE FROM Permissions WHERE Permission LIKE 'in-bulletin:configuration_email%'; \ No newline at end of file