get all registrar info
This commit is contained in:
parent
59081291e7
commit
c0715c8c51
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,8 @@ class be_handler
|
|||
'owner' => 'Licensee:',
|
||||
'admin' => 'Onsite Contacts:',
|
||||
'tech' => 'Registrar Technical Contacts:',
|
||||
'agent' => 'Registrar:'
|
||||
'agent' => 'Registrar:',
|
||||
'agent.uri' => 'Website:'
|
||||
);
|
||||
|
||||
$trans = array(
|
||||
|
@ -60,7 +61,7 @@ class be_handler
|
|||
{
|
||||
$sponsor = get_contact($r['regrinfo']['agent'],$trans);
|
||||
unset($r['regrinfo']['agent']);
|
||||
$r['regrinfo']['domain']['sponsor'] = $sponsor['name'];
|
||||
$r['regrinfo']['domain']['sponsor'] = $sponsor;
|
||||
}
|
||||
|
||||
$r = format_dates($r, '-mdy');
|
||||
|
|
Loading…
Reference in a new issue