Index: openacs-4/packages/ecommerce/www/review-submit-3-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/review-submit-3-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/review-submit-3-postgresql.xql 10 Jul 2001 20:42:02 -0000 1.1 +++ openacs-4/packages/ecommerce/www/review-submit-3-postgresql.xql 26 May 2002 04:36:50 -0000 1.2 @@ -1,20 +1,20 @@ - postgresql7.1 + + postgresql + 7.1 + - - - - insert into ec_product_comments - (comment_id, product_id, user_id, user_comment, one_line_summary, - rating, comment_date, last_modified, last_modifying_user, modified_ip_address) - values - (:comment_id, :product_id, :user_id, :user_comment, :one_line_summary, - :rating, current_timestamp, current_timestamp, :user_id, :ns_conn_peeraddr) + + + insert into ec_product_comments + (comment_id, product_id, user_id, user_comment, one_line_summary, + rating, comment_date, last_modified, last_modifying_user, modified_ip_address) + values + (:comment_id, :product_id, :user_id, :user_comment, :one_line_summary, + :rating, current_timestamp, current_timestamp, :user_id, :ns_conn_peeraddr) + + - - - -