Index: trunk/kernel/units/custom_data/custom_data_config.php =================================================================== diff -u -r4792 -r4801 --- trunk/kernel/units/custom_data/custom_data_config.php (.../custom_data_config.php) (revision 4792) +++ trunk/kernel/units/custom_data/custom_data_config.php (.../custom_data_config.php) (revision 4801) @@ -4,7 +4,6 @@ 'Prefix' => 'cdata', 'Clones' => Array( - 'u-cdata' => Array( 'TableName' => TABLE_PREFIX.'PortalUserCustomData', 'ParentPrefix' => 'u', @@ -14,6 +13,11 @@ 'TableName' => TABLE_PREFIX.'CategoryCustomData', 'ParentPrefix' => 'c', ), + + 'l-cdata' => Array( + 'TableName' => TABLE_PREFIX.'LinkCustomData', + 'ParentPrefix' => 'l', + ), 'n-cdata' => Array( 'TableName' => TABLE_PREFIX.'NewsCustomData', @@ -24,6 +28,11 @@ 'TableName' => TABLE_PREFIX.'TopicCustomData', 'ParentPrefix' => 'bb', ), + + 'p-cdata' => Array( + 'TableName' => TABLE_PREFIX.'ProductsCustomData', + 'ParentPrefix' => 'p', + ), ), 'QueryString' => Array(