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.4 -r1.5 --- openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 22 Oct 2001 06:34:04 -0000 1.4 +++ openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 22 Oct 2001 08:02:10 -0000 1.5 @@ -1519,7 +1519,7 @@ ad_proc ec_country_name_from_country_code {country_code} {Returns "United States" from an argument of $db and "us"} { return [db_string country_name_from_country_code { - select name from country_names where iso=:country_code + select default_name from countries where iso=:country_code } -default ""] }