Index: branches/5.2.x/install/upgrades.php =================================================================== diff -u -N -r14582 -r14872 --- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 14582) +++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 14872) @@ -1,6 +1,6 @@ Conn->GetOne($sql); - - $ml_formatter =& $this->Application->recallObject('kMultiLanguage'); - /* @var $ml_formatter kMultiLanguage */ - - $field = $ml_formatter->LangFieldName('cust_' . $custom_field_id, true); - - $sql = 'UPDATE ' . TABLE_PREFIX . 'CategoryCustomData - SET ' . $field . ' = "' . $to_template . '" - WHERE ' . $field . ' = "' . $from_template . '"'; - $this->Conn->Query($sql); - } - - /** * Update to 5.0.1, update details template * * @param string $mode when called mode {before, after)