Index: trunk/core/units/general/cat_tag_processor.php =================================================================== diff -u -N -r8472 -r8481 --- trunk/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 8472) +++ trunk/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 8481) @@ -317,12 +317,6 @@ if ($sorting == strtolower($params['sorting'])) return $params['selected']; } - function PerPageSelected($params) - { - $list =& $this->GetList($params); - return $list->PerPage == $params['per_page'] ? $params['selected'] : ''; - } - /** * Prepares name for field with event in it (used only on front-end) *