--- location.inc.old Sat Sep 16 03:01:55 2006 +++ location.inc Fri Oct 13 17:35:06 2006 @@ -69,7 +69,13 @@ return $country_specific_function($location); } else { - return NULL; + //OBSLOGIC: + $generic_function = 'location_get_postalcode_data_zz'; + if (function_exists($generic_function)) { + return $generic_function($location); + } else { + return NULL; + } } } @@ -1679,9 +1685,10 @@ 'yt' => 'Mayotte', 'za' => 'South Africa', 'zm' => 'Zambia', - 'zw' => 'Zimbabwe' + 'zw' => 'Zimbabwe', + 'zz' => 'All Country Functions' //OBSLOGIC ADDITION ); } -?> +?> \ No newline at end of file