fixed warning
This commit is contained in:
parent
0e48e3c78d
commit
2f772607fa
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue