Index: openacs-4/packages/logger/lib/entries.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/lib/entries.tcl,v diff -u -N -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/logger/lib/entries.tcl 17 Sep 2004 23:53:21 -0000 1.10.2.2 +++ openacs-4/packages/logger/lib/entries.tcl 1 Dec 2004 22:26:22 -0000 1.10.2.3 @@ -351,7 +351,7 @@ } # the calling include may not want to show links to sort -if {[exists_and_not_null show_orderby_p] && !$show_orderby_p} { +if {[exists_and_not_null show_orderby_p] && [string is false $show_orderby_p]} { set orderbys "" }