fix for .be handler
This commit is contained in:
parent
34cbb456de
commit
430a4ae6fe
3 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
2011/06/26
|
2011/06/26
|
||||||
- added handler for gandi (request #3155752)
|
- added handler for gandi (request #3155752)
|
||||||
- fixed .org.za handler
|
|
||||||
- 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
|
||||||
- fixed. pl handler
|
- fixed. pl, .be, .org.za handler
|
||||||
|
|
||||||
2011/06/24
|
2011/06/24
|
||||||
- fixed .be handler (bug #3307363)
|
- fixed .be handler (bug #3307363)
|
||||||
|
|
|
@ -47,7 +47,8 @@ class be_handler
|
||||||
'owner' => 'Licensee:',
|
'owner' => 'Licensee:',
|
||||||
'admin' => 'Onsite Contacts:',
|
'admin' => 'Onsite Contacts:',
|
||||||
'tech' => 'Agent Technical Contacts:',
|
'tech' => 'Agent Technical Contacts:',
|
||||||
'agent' => 'Agent:'
|
'agent' => 'Agent:',
|
||||||
|
'' => 'Company Name2:'
|
||||||
);
|
);
|
||||||
|
|
||||||
$r['regrinfo'] = get_blocks($data['rawdata'], $items);
|
$r['regrinfo'] = get_blocks($data['rawdata'], $items);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue