Index: trunk/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r8474 -r8481 --- trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 8474) +++ trunk/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 8481) @@ -1903,6 +1903,12 @@ { return $this->Prefix == $this->Application->GetTopmostPrefix($this->Prefix); } + + function PerPageSelected($params) + { + $list =& $this->GetList($params); + return $list->PerPage == $params['per_page'] ? $params['selected'] : ''; + } } ?> \ No newline at end of file