Index: openacs-4/packages/acs-templating/tcl/list-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs-oracle.xql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-templating/tcl/list-procs-oracle.xql 9 Dec 2004 03:52:09 -0000 1.1.2.1 +++ openacs-4/packages/acs-templating/tcl/list-procs-oracle.xql 9 Dec 2004 03:58:29 -0000 1.1.2.2 @@ -7,7 +7,7 @@ select * from ( select paginate.*, rownum rowsub from - ($list_properties(page_query_substed) paginate + ($list_properties(page_query_substed)) paginate where rownum <= $last_row) where rowsub >= $first_row