Index: trunk/kernel/units/custom_data/custom_data_config.php =================================================================== diff -u -r4016 -r4029 --- trunk/kernel/units/custom_data/custom_data_config.php (.../custom_data_config.php) (revision 4016) +++ trunk/kernel/units/custom_data/custom_data_config.php (.../custom_data_config.php) (revision 4029) @@ -10,6 +10,11 @@ 'ParentPrefix' => 'u', ), + 'c-cdata' => Array( + 'TableName' => TABLE_PREFIX.'CategoryCustomData', + 'ParentPrefix' => 'c', + ), + 'l-cdata' => Array( 'TableName' => TABLE_PREFIX.'LinkCustomData', 'ParentPrefix' => 'l', @@ -31,7 +36,11 @@ ), ), - + 'QueryString' => Array( + 1 => 'id', + 2 => 'event', + ), + 'ItemClass' => Array('class' => 'kDBItem', 'file' => '','build_event' => 'OnItemBuild'), 'ListClass' => Array('class' => 'kDBList', 'file' => '','build_event' => 'OnListBuild'), 'EventHandlerClass' => Array('class' => 'kDBEventHandler', 'file' => '', 'build_event' => 'OnBuild'),