Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -N -r12877 -r12965 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 12877) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 12965) @@ -1612,4 +1612,6 @@ UPDATE Phrase SET Phrase = 'lu_btn_SendPassword' WHERE Phrase = 'LU_BTN_SENDPASSWORD'; ALTER TABLE Category DROP IsIndex; -DELETE FROM Phrase WHERE Phrase IN ('la_CategoryIndex', 'la_Container', 'la_fld_IsIndex'); \ No newline at end of file +DELETE FROM Phrase WHERE Phrase IN ('la_CategoryIndex', 'la_Container', 'la_fld_IsIndex'); + +DELETE FROM Phrase WHERE Phrase IN ('lu_text_Redirecting', 'lu_title_Redirecting', 'lu_zip_code'); \ No newline at end of file