Index: supported/location.be.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/location/supported/location.be.inc,v retrieving revision 1.2 diff -u -F^f -r1.2 location.be.inc --- supported/location.be.inc 8 Mar 2006 06:53:38 -0000 1.2 +++ supported/location.be.inc 10 Mar 2008 09:31:12 -0000 @@ -1,10 +1,11 @@ "Antwerpen", + return array( + 'VAN' => "Antwerpen", 'VBR' => "Vlaams Brabant", 'VLI' => "Limburg", 'VOV' => "Oost-Vlaanderen", @@ -13,7 +14,13 @@ function location_province_list_be() { 'WHT' => "Hainaut", 'WLG' => "Liege", 'WLX' => "Luxembourg", - 'WNA' => "Namur"); + 'WNA' => "Namur", + // Nineteen municipalities are not part of any province, but are in the + // Brussels-Capital Region: + // http://nl.wikipedia.org/wiki/Brussels_Hoofdstedelijk_Gewest#Gemeenten. + // So, to link the Belgian zip codes to the right region (one of the ten + // provinces or the Brussels-Capital region), we have to add it to the + // list of provinces, although that's in fact incorrect. + 'BRU' => "Brussels Hoofdstedelijk Gewest", + ); } - -?> \ No newline at end of file