Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -N -r13284 -r13339 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13284) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13339) @@ -1630,4 +1630,7 @@ UPDATE Phrase SET Module = 'Core' -WHERE Phrase IN ('la_fld_Image', 'la_fld_Qty'); \ No newline at end of file +WHERE Phrase IN ('la_fld_Image', 'la_fld_Qty'); + +# ===== v 5.0.3-B2 ===== +UPDATE CustomField SET ValueList = REPLACE(ValueList, '=+||', '') WHERE ElementType = 'radio'; \ No newline at end of file