Index: openacs-4/packages/dotlrn/lib/member-email-confirm.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/lib/member-email-confirm.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn/lib/member-email-confirm.xql 15 May 2007 20:14:25 -0000 1.2 @@ -0,0 +1,15 @@ + + + + + + select from_addr, + subject, + email + from dotlrn_member_emails + where community_id = :community_id + and type = :type + + + + \ No newline at end of file