Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r14891 -r14923 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14891) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14923) @@ -238,4 +238,6 @@ INSERT INTO ItemFilters VALUES (DEFAULT, 'p', 'ManufacturerId', 'checkbox', 1, NULL), (DEFAULT, 'p', 'Price', 'range', 1, 11), - (DEFAULT, 'p', 'EditorsPick', 'radio', 1, NULL); \ No newline at end of file + (DEFAULT, 'p', 'EditorsPick', 'radio', 1, NULL); + +DELETE FROM Phrase WHERE PhraseKey = 'LA_COL_ITEMNAME'; \ No newline at end of file