Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14482 -r14535 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14482) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14535) @@ -130,4 +130,9 @@ SET VariableValue = 'in-link/links/link_detail' WHERE VariableName = 'l_ItemTemplate' AND VariableValue = 'in-link/designs/detail'; -# ===== v 5.1.3-RC2 ===== \ No newline at end of file +# ===== v 5.1.3-RC2 ===== + +# ===== v 5.1.3 ===== +UPDATE Phrase +SET `Module` = 'Core' +WHERE PhraseKey IN ('LA_FLD_LISTINGID', 'LA_FLD_LISTINGTYPE'); \ No newline at end of file