Index: trunk/core/units/general/cat_event_handler.php =================================================================== diff -u -N -r3813 -r3826 --- trunk/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 3813) +++ trunk/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 3826) @@ -1742,32 +1742,6 @@ /* === RELATED TO IMPORT/EXPORT: END === */ - function BuildListSpecial($params) - { - if ($this->Special != '') return $this->Special; - if ( isset($params['parent_cat_id']) ) { - $parent_cat_id = $params['parent_cat_id']; - } - else { - $parent_cat_id = $this->Application->GetVar('c_id'); - if (!$parent_cat_id) { - $parent_cat_id = $this->Application->GetVar('m_cat_id'); - } - } - - $recursive = isset($params['recursive']); - - $types = $this->SelectParam($params, 'types'); - $except = $this->SelectParam($params, 'except'); - - if ($types.$except.$recursive == '') { - return parent::BuildListSpecial($params); - } - - $special = crc32($parent_cat_id.$types.$except.$recursive.$manufacturer); - return $special; - } - } ?> \ No newline at end of file