Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r14741 -r14960 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14741) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14960) @@ -244,4 +244,10 @@ WHERE DisplayName IN ( 'lu_field_notifyowneronchanges', 'lu_field_topicid', 'lu_field_ownerid', 'lu_field_topictext', 'lu_field_postedby', 'lu_field_lastpostid' -); \ No newline at end of file +); + +DELETE FROM Phrase +WHERE PhraseKey IN ('LA_POSTS_NEWDAYS_PROMPT'); + +DELETE FROM ConfigurationValues +WHERE VariableName IN ('Topic_Highlight_OpenTag', 'Topic_Highlight_CloseTag', 'Posts_NewDays');