Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.54.2.1 -r1.54.2.2 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 24 Sep 2015 12:12:53 -0000 1.54.2.1 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 15 Oct 2015 19:52:01 -0000 1.54.2.2 @@ -654,6 +654,7 @@ {-page_size 20} {-page_number ""} {-base_table "cr_revisions"} + {-initialize true} } { Returns a set (ordered composite) of the answer tuples of an 'instance_select_query' with the same attributes. @@ -671,7 +672,8 @@ -page_size $page_size \ -page_number $page_number \ -base_table $base_table \ - ]] + ] \ + -initialize $initialize] return $s }