Closed (fixed)
Project:
Location
Version:
6.x-3.x-dev
Component:
Data update
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2007 at 14:31 UTC
Updated:
14 Jul 2012 at 23:15 UTC
Better support for France
The following code in location.fr.inc :
'U04' => "Alpes-de-Haute-Provence",
'U05' => "Hautes-Alpes",
'U06' => "Alpes-Maritimes",
'U13' => "Bouches-du-Rhne",
'U83' => "Var",
'U84' => "Vaucluse");
should be replace by :
'U04' => "Alpes-de-Haute-Provence - Provence-Alpes-Cote d'Azur",
'U05' => "Hautes-Alpes - Provence-Alpes-Cote d'Azur",
'U06' => "Alpes-Maritimes - Provence-Alpes-Cote d'Azur",
'U13' => "Bouches-du-Rhone - Provence-Alpes-Cote d'Azur",
'U83' => "Var - Provence-Alpes-Cote d'Azur",
'U84' => "Vaucluse - Provence-Alpes-Cote d'Azur");
Comments
Comment #1
bdragon commentedChanging component to Data Update.
Comment #2
bdragon commentedFixed in DRUPAL-5--3 and HEAD.
http://drupal.org/cvs?commit=145360
http://drupal.org/cvs?commit=145362
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.