Index: openacs-4/packages/ecommerce/www/admin/customer-service/picklist-item-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/picklist-item-add-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/customer-service/picklist-item-add-2.tcl 10 Sep 2002 22:22:40 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/customer-service/picklist-item-add-2.tcl 18 Sep 2002 21:33:49 -0000 1.4 @@ -29,7 +29,7 @@ set return_url "[ad_conn url]?[export_entire_form_as_url_vars]" ad_returnredirect "/register?[export_url_vars return_url]" - return + ad_script_abort } # see first whether they already entered this category (in case they @@ -41,7 +41,7 @@ if { [db_0or1row get_picklist_item_id "select picklist_item_id from ec_picklist_items where picklist_item_id=:picklist_item_id"] == 1 } { ad_returnredirect "picklists" - return + ad_script_abort } # now make sure that there is no picklist_item with the @@ -60,7 +60,7 @@ last reloaded the page. Please go back to the picklist management page, push \"reload\" or \"refresh\" and try again." - return + ad_script_abort } set address [ns_conn peeraddr] db_dml insert_new_picklist_item "insert into ec_picklist_items