minor fix

This commit is contained in:
sparc 2006-01-31 19:12:06 +00:00
parent 2c3ab53e8b
commit f8cc623392
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
2006/01/31 David Saez <david@ols.es>
- fixed lookup error on .co.za domains
- minor fix to whois.pareser.php
2006/01/27 David Saez <david@ols.es>
- added deep_whois feature to get faster but

View file

@ -432,7 +432,7 @@ while (list($key,$val)=each($array))
$r['name']=$val;
unset($array[$key]);
if ($key==1)
if ($key==1 && isset($array[0]))
{
$r['organization']=$array[0];
unset($array[0]);