Index: openacs-4/packages/dotlrn-ecommerce/tcl/section-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/section-procs-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-ecommerce/tcl/section-procs-postgresql.xql 5 Aug 2005 12:03:50 -0000 1.3 +++ openacs-4/packages/dotlrn-ecommerce/tcl/section-procs-postgresql.xql 9 Aug 2005 04:31:21 -0000 1.4 @@ -55,7 +55,7 @@ from dotlrn_users u, dotlrn_member_rels_approved r where u.user_id = r.user_id and r.community_id = :community_id - and r.rel_type = 'dotlrn_admin_rel' + and r.rel_type = 'dotlrn_ecom_instructor_rel' and r.user_id in ($instructor_string)