minor improvment to whois.client.php

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

View file

@ -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

View file

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