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.6 -r1.7 --- openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 24 Nov 2001 03:52:22 -0000 1.6 +++ openacs-4/packages/ecommerce/tcl/ecommerce-procs.tcl 29 Jan 2002 00:11:46 -0000 1.7 @@ -1517,11 +1517,12 @@ } -default ""] } -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 default_name from countries where iso=:country_code - } -default ""] -} +# Duplicate of ecommerce-utilities-procs.tcl +# 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 default_name from countries where iso=:country_code +# } -default ""] +# } ################################################## ### file manager functions from acs-3.48