Index: openacs-4/packages/ecommerce/www/checkout-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/checkout-oracle.xql 10 Jul 2001 20:42:02 -0000 1.1 +++ openacs-4/packages/ecommerce/www/checkout-oracle.xql 26 May 2002 04:36:50 -0000 1.2 @@ -1,20 +1,21 @@ - oracle8.1.6 + + oracle + 8.1.6 + - - - - select count(*) - from dual - where exists (select 1 - from ec_products p, ec_items i - where i.product_id = p.product_id - and i.order_id = :order_id - and no_shipping_avail_p = 't') - - + + + select count(*) + from dual + where exists (select 1 + from ec_products p, ec_items i + where i.product_id = p.product_id + and i.order_id = :order_id + and no_shipping_avail_p = 't') + + -