get all registrar info

This commit is contained in:
sparc 2012-03-29 14:39:32 +00:00
parent 59081291e7
commit c0715c8c51

View file

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