Index: branches/unlabeled/unlabeled-1.17.2/core/units/general/cat_tag_processor.php =================================================================== diff -u -N -r7642 -r7754 --- branches/unlabeled/unlabeled-1.17.2/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 7642) +++ branches/unlabeled/unlabeled-1.17.2/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 7754) @@ -99,33 +99,6 @@ return $special; } - function ExportStatus($params) - { - $export_object =& $this->Application->recallObject('CatItemExportHelper'); - /* @var $export_object kCatDBItemExportHelper */ - - $event = new kEvent($this->getPrefixSpecial().':OnDummy'); - - $action_method = 'perform'.ucfirst($this->Special); - $field_values = $export_object->$action_method($event); - - // finish code is done from JS now - if ($field_values['start_from'] == $field_values['total_records']) - { - if ($this->Special == 'import') { - $this->Application->StoreVar('PermCache_UpdateRequired', 1); - $this->Application->Redirect('in-portal/categories/cache_updater', Array('m_opener' => 'r', 'pass' => 'm', 'continue' => 1, 'no_amp' => 1)); - } - elseif ($this->Special == 'export') { - $template = $this->Application->getUnitOption($this->Prefix, 'ModuleFolder').'/'.$this->Special.'_finish'; - $this->Application->Redirect($template, Array('pass' => 'all')); - } - } - - $export_options = $export_object->loadOptions($event); - return $export_options['start_from'] * 100 / $export_options['total_records']; - } - function CatalogItemCount($params) { $object =& $this->GetList($params);