fixed warning

This commit is contained in:
sparc 2011-07-08 16:55:29 +00:00
parent 0e48e3c78d
commit 2f772607fa
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,7 @@
- fixes for arin (bug #3339783)
- fixed .nl handler (bug #3314404)
- fixed .ae whois server (bug #3354286)
- fixed bug #3333558
2011/06/26
- added handler for gandi (request #3155752)

View file

@ -53,8 +53,7 @@ class rwhois_handler
);
$res = generic_parser_b($data_str, $items, 'Ymd', false);
unset($res['disclaimer']);
if (isset($res['disclaimer'])) unset($res['disclaimer']);
$res = array( 'regrinfo' => $res );
return $res;
}