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.77 -r1.78 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 12 Apr 2006 19:11:14 -0000 1.77 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 17 Apr 2006 11:03:45 -0000 1.78 @@ -623,7 +623,7 @@ # if { ! [empty_string_p $instructor_names] && $member_p } { } # if { ! [empty_string_p $instructor_names] } { } if { $bios_present_p } { - append instructor_names " [_ dotlrn-ecommerce.view_bios]" + append instructor_names " [_ dotlrn-ecommerce.view_bios]" } set attendees [util_memoize [list dotlrn_ecommerce::section::attendees $section_id] $memoize_max_age]