Index: openacs-4/packages/dotlrn-ecommerce/lib/section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/section.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 9 Aug 2005 03:25:58 -0000 1.26 +++ openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 9 Aug 2005 03:52:38 -0000 1.27 @@ -397,7 +397,7 @@ select user_id from dotlrn_member_rels_approved where community_id = :community_id - and rel_type = 'dotlrn_admin_rel' + and rel_type = 'dotlrn_ecom_instructor_rel' and user_id in (select user_id from dotlrn_member_rels_approved where community_id = :instructor_community_id) @@ -407,7 +407,7 @@ select user_id from dotlrn_member_rels_approved where community_id = :community_id - and rel_type = 'dc_instructor_rel' + and rel_type = 'dotlrn_ecom_ta_rel' and user_id in (select user_id from dotlrn_member_rels_approved where community_id = :assistant_community_id) @@ -677,7 +677,7 @@ select user_id from dotlrn_member_rels_approved where community_id = :community_id - and rel_type = 'dotlrn_admin_rel' + and rel_type = 'dotlrn_ecom_instructor_rel' and user_id in (select user_id from dotlrn_member_rels_approved where community_id = :instructor_community_id) @@ -687,7 +687,7 @@ select user_id from dotlrn_member_rels_approved where community_id = :community_id - and rel_type = 'dc_instructor_rel' + and rel_type = 'dotlrn_ecom_ta_rel' and user_id in (select user_id from dotlrn_member_rels_approved where community_id = :assistant_community_id)