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