fix for .be handler

This commit is contained in:
sparc 2011-06-26 09:16:43 +00:00
parent 34cbb456de
commit 430a4ae6fe
3 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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