=== modified file 'uc_store/countries/andorra_20_1.cif'
--- uc_store/countries/andorra_20_1.cif	2008-10-28 12:57:40 +0000
+++ uc_store/countries/andorra_20_1.cif	2008-10-30 00:24:23 +0000
@@ -24,8 +24,7 @@
 
   // Use uc_set_address_format() with the country ID as the first argument and
   // an address format string as the second.
-
-  variable_set('uc_address_format_020',
+  uc_set_address_format(20,
                "!company\r\n!first_name !last_name\r\n!street1\r\n!street2"
               ."\r\n!city, !postal_code\r\n!country_name_if");
 }

=== modified file 'uc_store/countries/argentina_32_1.cif'
--- uc_store/countries/argentina_32_1.cif	2008-10-28 12:57:40 +0000
+++ uc_store/countries/argentina_32_1.cif	2008-10-30 00:23:14 +0000
@@ -32,7 +32,7 @@
       ."(32, 'Y', 'Jujuy'),"
       ."(32, 'Z', 'Santa Cruz')");
 
-  uc_set_address_format(032, "!company\r\n!first_name !last_name\r\n!street1\r\n!street2"
+  uc_set_address_format(32, "!company\r\n!first_name !last_name\r\n!street1\r\n!street2"
               ."\r\n!postal_code !zone_name\r\n!country_name");
 
 }

