Index: openacs-4/packages/ecommerce/www/review-submit-3.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/review-submit-3.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/review-submit-3.xql 6 Jan 2002 07:22:48 -0000 1.2 +++ openacs-4/packages/ecommerce/www/review-submit-3.xql 26 May 2002 04:36:50 -0000 1.3 @@ -1,19 +1,17 @@ + - - - -select product_name, - comment_found_p -from ec_products, - (select count(*) as comment_found_p - from ec_product_comments - where comment_id = :comment_id) ec_comments_count -where product_id = :product_id + + + select product_name, + comment_found_p + from ec_products, + (select count(*) as comment_found_p + from ec_product_comments + where comment_id = :comment_id) ec_comments_count + where product_id = :product_id + + - - - -