fixed .cat registered yes/no detection

This commit is contained in:
sparc 2007-03-05 08:36:34 +00:00
parent f090b1c4c0
commit bf0000d5f0
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2007/03/05
- fixed .cat registered yes/no detection
2007/03/02
- minor fix to .eu handler
- fixes in arin ip handler
2007/02/06
- changed the way gTLD handlers are detected

View file

@ -76,6 +76,10 @@ class cat_handler
);
$r['regrinfo'] = generic_parser_b($data_str['rawdata'], $items);
if (!isset($r['regrinfo']['domain']['name']))
$r['regrinfo']['registered'] = 'no';
$r['regyinfo']['referrer'] = 'http://www.domini.cat/';
$r['regyinfo']['registrar'] = 'Domini punt CAT';
return ($r);