Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -N -r13339 -r13409 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13339) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 13409) @@ -1633,4 +1633,6 @@ 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 +UPDATE CustomField SET ValueList = REPLACE(ValueList, '=+||', '') WHERE ElementType = 'radio'; + +# ===== v 5.0.3-RC1 ===== \ No newline at end of file