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 -N --- openacs-4/packages/acs-templating/tcl/list-procs-oracle.xql 13 Jan 2005 13:56:00 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ - - - -oracle8.1.6 - - - - select * from ( - select paginate.*, rownum rowsub from - ($list_properties(page_query_substed)) paginate - where rownum <= $last_row) - where rowsub >= $first_row - - - -