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.41 -r1.42 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 8 Aug 2005 14:00:30 -0000 1.41 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 9 Aug 2005 04:26:06 -0000 1.42 @@ -225,7 +225,7 @@ from dotlrn_users u, dotlrn_member_rels_approved r where u.user_id = r.user_id and r.community_id = dec.community_id - and r.rel_type = 'dotlrn_admin_rel' + and r.rel_type = 'dotlrn_ecom_instructor_rel' and r.user_id in ([join $instructor ,]))}}] # Section categories #foreach section_tree [category_tree::get_mapped_trees $package_id] {