Index: trunk/core/units/category_items/category_items_config.php =================================================================== diff -u -N -r6093 -r7997 --- trunk/core/units/category_items/category_items_config.php (.../category_items_config.php) (revision 6093) +++ trunk/core/units/category_items/category_items_config.php (.../category_items_config.php) (revision 7997) @@ -50,7 +50,7 @@ 'Fields' => Array( 'DummyId' => Array(), 'CategoryId' => Array('type'=>'int','not_null'=>1,'default'=>0), - 'ItemResourceId' => Array('not_null' => 1, 'default' => 0), + 'ItemResourceId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'PrimaryCat' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'ItemPrefix' => Array('type' => 'string','not_null'=>1,'default'=>''), 'Filename' => Array('type' => 'string','not_null'=>1,'default'=>''),