Index: branches/5.2.x/units/topics/topics_config.php =================================================================== diff -u -N -r14722 -r14871 --- branches/5.2.x/units/topics/topics_config.php (.../topics_config.php) (revision 14722) +++ branches/5.2.x/units/topics/topics_config.php (.../topics_config.php) (revision 14871) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => ''), 'CategoryFilename' => Array ('type' => 'string', 'default' => ''), 'PrimaryCat' => Array ('type' => 'int', 'default' => 0), + 'IsHot' => Array ('type' => 'int', 'default' => 0), + 'IsNew' => Array ('type' => 'int', 'default' => 0), + 'IsPop' => Array ('type' => 'int', 'default' => 0), 'CachedNavbar' => Array ('type' => 'string', 'default' => ''), 'ParentPath' => Array ('type' => 'string', 'default' => ''), Index: branches/5.2.x/install/upgrades.php =================================================================== diff -u -N -r14581 -r14871 --- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 14581) +++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 14871) @@ -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)