*** empty log message ***

This commit is contained in:
sparc 2010-07-22 07:43:51 +00:00
parent d63e89ed09
commit 8557efbdcb
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ class Whois extends WhoisClient
function Lookup($query = '', $is_utf = true)
{
// start clean
$this->Query['status'] = '';
$this->Query = array( 'status' => '' );
$query = trim($query);

View file

@ -74,7 +74,7 @@ foreach ($domains as $key => $domain)
$result = $whois->Lookup($domain);
unset($result['rawdata']);
print_r($result);
if (!isset($results[$domain]))
{
print_r($result);

File diff suppressed because one or more lines are too long