support for multiple status lines

This commit is contained in:
sparc 2007-04-16 17:06:47 +00:00
parent 4b51c69190
commit 3530c14733
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,8 @@
- added basic support for .bz
- whois.info.php cosmetic changes
- added .ru handler
- support for multiple status lines in whois.org.php
- support for multiple status lines in whois.org.php and
whois.gtl.php
- removed whois.gtld.chdom handler
- allow easy plugin for new country handlers

View file

@ -50,7 +50,7 @@ class gtld_handler extends WhoisClient
'Updated Date:' => 'regrinfo.domain.changed',
'Last Updated On:' => 'regrinfo.domain.changed',
'EPP Status:' => 'regrinfo.domain.epp_status.',
'Status:' => 'regrinfo.domain.status',
'Status:' => 'regrinfo.domain.status.',
'Creation Date:' => 'regrinfo.domain.created',
'Created On:' => 'regrinfo.domain.created',
'Expiration Date:' => 'regrinfo.domain.expires',