minor improvment to whois.client.php
This commit is contained in:
parent
3530c14733
commit
98a618de53
2 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
whois.gtl.php
|
||||
- removed whois.gtld.chdom handler
|
||||
- allow easy plugin for new country handlers
|
||||
- minor improvment in whois.gtld.php
|
||||
|
||||
2007/04/06
|
||||
- fixed error in whois.ip.php
|
||||
|
|
|
@ -422,9 +422,9 @@ class WhoisClient {
|
|||
|
||||
function DeepWhois ($query, $result) {
|
||||
|
||||
if (isset($result['regyinfo']['whois']))
|
||||
$this->Query['server'] = $result['regyinfo']['whois'];
|
||||
|
||||
if (!isset($result['regyinfo']['whois'])) return $result;
|
||||
|
||||
$this->Query['server'] = $result['regyinfo']['whois'];
|
||||
$subresult = $this->GetRawData($query,$query_args);
|
||||
|
||||
if (!empty($subresult))
|
||||
|
|
Loading…
Reference in a new issue