Index: openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl,v diff -u -r1.36 -r1.37 --- openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 15 Oct 2010 05:25:32 -0000 1.36 +++ openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 23 Mar 2018 22:56:43 -0000 1.37 @@ -1525,7 +1525,7 @@ ### ec geo interfaces ################################################## -ad_proc ec_state_name_from_usps_abbrev {usps_abbrev} "Takes a USPS abbrevation and returns the full state name, e.g., MA in yields Massachusetts out" { +ad_proc ec_state_name_from_usps_abbrev {usps_abbrev} "Takes a USPS abbreviation and returns the full state name, e.g., MA in yields Massachusetts out" { return [db_string state_name_from_usps_abbrev { select state_name from us_states where abbrev =:usps_abbrev } -default ""]