Index: openacs-4/packages/ecommerce/www/admin/tools/form-custom.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/tools/Attic/form-custom.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/tools/form-custom.tcl 10 Jul 2002 11:57:19 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/tools/form-custom.tcl 18 Sep 2002 21:33:56 -0000 1.3 @@ -22,17 +22,17 @@ where user_id = $user_id and item = $DBQitem and item_group = $DBQitem_group and item_type = $DBQitem_type"} errmsg]} { ad_return_complaint 1 "
  • I was unable to delete the defaults. The database said
    $errmsg
    \n" - return + ad_script_abort } - ns_returnredirect "$return_url" - return + ad_returnredirect "$return_url" + ad_script_abort } if {[empty_string_p $item]} { ad_return_complaint 1 "
  • You did not specify a name for this default set." - return + ad_script_abort } set form [ns_getform] @@ -45,7 +45,7 @@ if {[empty_string_p $data]} { ad_return_complaint 1 "
  • You did not specify any default data." - return + ad_script_abort } util_dbq {item item_original item_type value_type item_group} @@ -59,7 +59,7 @@ returning value into :1" $data } { ad_return_complaint 1 "
  • I was unable to insert your defaults. The database said
    $errmsg
    \n" - return + ad_script_abort } -ns_returnredirect "$return_url" +ad_returnredirect "$return_url"