Index: trunk/core/units/general/cat_tag_processor.php =================================================================== diff -u -r4243 -r5002 --- trunk/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 4243) +++ trunk/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 5002) @@ -128,6 +128,12 @@ return $export_options['start_from'] * 100 / $export_options['total_records']; } + function CatalogItemCount($params) + { + $object =& $this->Application->recallObject($this->getPrefixSpecial(), $this->Prefix.'_List', $params); + return $object->NoFilterCount != $object->RecordsCount ? $object->RecordsCount.' / '.$object->NoFilterCount : $object->RecordsCount; + } + } ?> \ No newline at end of file