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 -r1.40 -r1.41 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 5 Aug 2005 12:03:50 -0000 1.40 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 8 Aug 2005 14:00:30 -0000 1.41 @@ -513,7 +513,8 @@ } else { set instructor_names "" } - if { ! [empty_string_p $instructor_names] && $member_p } { + # if { ! [empty_string_p $instructor_names] && $member_p } { } + if { ! [empty_string_p $instructor_names] } { append instructor_names " [_ dotlrn-ecommerce.view_bios]" }