Index: openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs-postgresql.xql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs-postgresql.xql 30 Nov 2002 17:31:18 -0000 1.8 +++ openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs-postgresql.xql 8 Sep 2008 10:20:37 -0000 1.9 @@ -93,12 +93,12 @@ - select item_id - from ec_items i, ec_products p - where i.order_id = :order_id - and i.product_id = p.product_id - and p.no_shipping_avail_p = 't' - limit 1 + select item_id + from ec_items i, ec_products p + where i.order_id = :order_id + and i.product_id = p.product_id + and p.no_shipping_avail_p = 't' + limit 1