fixed .de handler
This commit is contained in:
parent
26af61f7a4
commit
ba6db8e48b
3 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
- added handler for gandi (request #3155752)
|
- added handler for gandi (request #3155752)
|
||||||
- added handler for .cl
|
- added handler for .cl
|
||||||
- corrected utf-8 support for .hu, .br and ripe
|
- corrected utf-8 support for .hu, .br and ripe
|
||||||
- fixes for .pl, .org.za, .be, .cz handlers
|
- fixes for .pl, .org.za, .be, .cz, .de handlers
|
||||||
|
|
||||||
2011/06/24
|
2011/06/24
|
||||||
- fixed .be handler (bug #3307363)
|
- fixed .be handler (bug #3307363)
|
||||||
|
|
|
@ -61,7 +61,8 @@ class de_handler
|
||||||
|
|
||||||
$extra = array(
|
$extra = array(
|
||||||
'city:' => 'address.city',
|
'city:' => 'address.city',
|
||||||
'pcode:' => 'address.pcode',
|
'postalcode:' => 'address.pcode',
|
||||||
|
'countrycode:' => 'address.country',
|
||||||
'remarks:' => '',
|
'remarks:' => '',
|
||||||
'sip:' => 'sip',
|
'sip:' => 'sip',
|
||||||
'type:' => ''
|
'type:' => ''
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue