Index: trunk/core/units/category_items/category_items_dbitem.php =================================================================== diff -u -N --- trunk/core/units/category_items/category_items_dbitem.php (revision 0) +++ trunk/core/units/category_items/category_items_dbitem.php (revision 1566) @@ -0,0 +1,36 @@ +getLinkedInfo(); + return '(CategoryId='.$this->ID.' AND '.$table_info['ForeignKey'].'='.$table_info['ParentId'].')'; + } + + /** + * Generate and set new temporary id + * + * @access private + */ + function setTempID() + { + // don't set temp id for this item + } + + } + + +?> \ No newline at end of file