Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.200.2.34 -r1.200.2.35 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 30 May 2017 10:36:36 -0000 1.200.2.34 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 4 Jul 2017 23:30:40 -0000 1.200.2.35 @@ -3965,8 +3965,8 @@ if {$att eq "_page_order"} { t1 mixin add ::xo::OrderedComposite::IndexCompare } - #my msg "order=[expr {$order eq {asc} ? {increasing} : {decreasing}}] _$att" - t1 orderby -order [expr {$order eq "asc" ? "increasing" : "decreasing"}] _$att + #my msg "order=[expr {$order eq {asc} ? {increasing} : {decreasing}}] $att" + t1 orderby -order [expr {$order eq "asc" ? "increasing" : "decreasing"}] $att } #