Index: openacs-4/packages/ecommerce/www/select-shipping.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/select-shipping.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/select-shipping.tcl 6 Aug 2002 14:09:09 -0000 1.4 +++ openacs-4/packages/ecommerce/www/select-shipping.tcl 15 Sep 2002 01:50:50 -0000 1.5 @@ -50,7 +50,7 @@ # No rows came back, so they probably got here by pushing "Back", # so just redirect them to index.tcl - ad_returnredirect [ec_url]index.tcl + ad_returnredirect [ec_url]index return } @@ -65,7 +65,7 @@ # If they get here, either they managed to skip past checkout.tcl, # or they messed w/their user_session_id cookie; - ad_returnredirect [ec_securelink [ec_url]checkout.tcl] + ad_returnredirect [ec_securelink [ec_url]checkout] return }