Index: branches/RC/core/units/categories/categories_config.php =================================================================== diff -u -N -r8929 -r9279 --- branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 8929) +++ branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 9279) @@ -236,6 +236,7 @@ ( 'CategoryId' => Array('type' => 'int','not_null' => 1,'default' => 0), 'Type' => Array('type' => 'int','not_null' => 1,'default' => 0), + 'SymLinkCategoryId' => Array('type' => 'int', 'default' => NULL), 'ParentId' => Array('type' => 'int','not_null' => 1,'default' => 0), 'Name' => Array('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'required' => 1, 'default' => ''), 'Filename' => Array('type' => 'string', 'not_null' => 1, 'default' => ''),