Index: openacs-4/packages/acs-templating/tcl/paginator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/paginator-procs.tcl,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 25 Jul 2018 01:35:53 -0000 1.33 +++ openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 25 Jul 2018 20:59:46 -0000 1.34 @@ -798,14 +798,13 @@ Returns a query with the data for the rows on the current page. @param name The reference to the paginator object. - @param query The query to execute, containing IN (CURRENT_PAGE_SET). @param id_column The name of the ID column in the display query (required to order rows properly). } { set ids [get_row_ids $name $page] if { $ids ne "" } { - # calculate the base row number for the page + # calculate the base row number for the page upvar 2 __page_firstrow firstrow set firstrow [get_row $name $page]