Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r15012 -r15354 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 15012) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 15354) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'formatter' => 'kLEFTFormatter', 'error_msgs' => Array ('invalid_option' => '!la_error_UserNotFound!'), 'options' => Array (USER_ROOT => 'root', USER_GUEST => 'Guest'),'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'Users WHERE `%s` = \'%s\'', 'left_key_field' => 'PortalUserId', 'left_title_field' => 'Username', 'default' => NULL), 'CachedTemplate' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), - // fields from Pages 'Template' => Array ( 'type' => 'string', @@ -427,6 +426,7 @@ ), 'VirtualFields' => Array ( + 'Relevance' => Array ('type' => 'float', 'default' => 0), 'CurrentSort' => Array('type' => 'string', 'default' => ''), 'IsNew' => Array('type' => 'int', 'default' => 0), 'OldPriority' => Array('type' => 'int', 'default' => 0),