Index: openacs-4/packages/ecommerce/tcl/ecommerce-user-contributions-summary-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-user-contributions-summary-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/tcl/ecommerce-user-contributions-summary-procs.xql 10 Jul 2001 20:38:43 -0000 1.1 +++ openacs-4/packages/ecommerce/tcl/ecommerce-user-contributions-summary-procs.xql 26 May 2002 04:36:50 -0000 1.2 @@ -1,22 +1,21 @@ + - - + + select address_id -from ec_addresses where user_id = :user_id - - - - - - + from ec_addresses where user_id = :user_id + + + + + select c.comment_id, p.product_name, comment_date - from ec_product_comments c, ec_products p - where c.product_id = p.product_id - and user_id = :user_id - - - - + from ec_product_comments c, ec_products p + where c.product_id = p.product_id + and user_id = :user_id + + +