Index: openacs-4/packages/ref-countries/ref-countries.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/ref-countries.info,v diff -u -N -r1.14.2.6 -r1.14.2.7 --- openacs-4/packages/ref-countries/ref-countries.info 8 Sep 2013 09:45:59 -0000 1.14.2.6 +++ openacs-4/packages/ref-countries/ref-countries.info 3 Oct 2013 08:06:50 -0000 1.14.2.7 @@ -7,7 +7,7 @@ t t - + Jon Griffin ISO 3166 country data. 2013-09-08 @@ -16,7 +16,7 @@ 1 Countries supplies the ISO 3166 Country data for acs-reference. - + Index: openacs-4/packages/ref-countries/tcl/ref-countries-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/tcl/ref-countries-procs.tcl,v diff -u -N -r1.4 -r1.4.6.1 --- openacs-4/packages/ref-countries/tcl/ref-countries-procs.tcl 13 May 2010 10:11:23 -0000 1.4 +++ openacs-4/packages/ref-countries/tcl/ref-countries-procs.tcl 3 Oct 2013 08:06:50 -0000 1.4.6.1 @@ -33,7 +33,7 @@ template::util::list_of_lists_to_array $country_list countries - if {[exists_and_not_null countries($country)]} { + if {([info exists countries($country)] && $countries($country) ne "")} { set country_code $countries($country) } } Index: openacs-4/packages/ref-language/ref-language.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-language/ref-language.info,v diff -u -N -r1.13.2.7 -r1.13.2.8 --- openacs-4/packages/ref-language/ref-language.info 25 Sep 2013 09:31:47 -0000 1.13.2.7 +++ openacs-4/packages/ref-language/ref-language.info 3 Oct 2013 08:06:50 -0000 1.13.2.8 @@ -7,15 +7,15 @@ t t - + Jon Griffin 2013-09-08 2 ISO 639-1 language reference data for acs-reference. Mayuli Enterprises, LLC This is the ISO 639-1 language reference data (with languages names in English). - + Index: openacs-4/packages/ref-timezones/ref-timezones.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-timezones/ref-timezones.info,v diff -u -N -r1.35.2.6 -r1.35.2.7 --- openacs-4/packages/ref-timezones/ref-timezones.info 8 Sep 2013 09:45:59 -0000 1.35.2.6 +++ openacs-4/packages/ref-timezones/ref-timezones.info 3 Oct 2013 08:06:50 -0000 1.35.2.7 @@ -7,15 +7,15 @@ t t - + Jon Griffin Timezone data for acs-reference. 2013-09-08 3 Mayuli Enterprises, LLC This is the timezone data for the acs-reference data package. Used by acs-lang (among others) for localized times. - +