Index: openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl,v diff -u -N -r1.80 -r1.81 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 12 May 2006 19:20:48 -0000 1.80 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 18 May 2006 12:04:18 -0000 1.81 @@ -253,7 +253,7 @@ } lappend filters show_hidden [list hide_p $hidden_filter_hide_p label [_ dotlrn-ecommerce.Hidden_Courses] values { {[_ dotlrn-ecommerce.Show] t} } where_clause ""] -if { ![exists_and_not_null show_hidden] } { +if { ![exists_and_not_null show_hidden] || $show_hidden ne "t" } { set show_hidden_not_exists_clause "and (display_section_p is null or display_section_p = 't')" } else { set show_hidden_not_exists_clause ""