cosmetic fix
This commit is contained in:
parent
177eefbbef
commit
136b9ca4ef
1 changed files with 1 additions and 3 deletions
|
@ -32,11 +32,9 @@ require_once('whois.parser.php');
|
|||
|
||||
class xx_handler
|
||||
{
|
||||
|
||||
function parse($data_str, $query)
|
||||
{
|
||||
|
||||
return ($r);
|
||||
return $r;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue