support for multiple status lines in whois.org.php

This commit is contained in:
sparc 2007-04-16 16:46:52 +00:00
parent c57898afc0
commit c7d38dcea1
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
- added basic support for .bz
- whois.info.php cosmetic changes
- added .ru handler
- support for multiple status lines in whois.org.php
2007/04/06
- fixed error in whois.ip.php

View file

@ -39,7 +39,7 @@ class org_handler
{
$items = array(
'Domain Name:' => 'domain.name',
'Status:' => 'domain.status',
'Status:' => 'domain.status.',
'Name Server:' => 'domain.nserver.',
'Created On:' => 'domain.created',
'Last Updated On:' => 'domain.changed',