ru/su fix
This commit is contained in:
parent
8c47993d6d
commit
d54fbfc3e7
2 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ class ru_handler
|
|||
'org:' => 'owner.organization',
|
||||
'phone:' => 'owner.phone',
|
||||
'fax-no:' => 'owner.fax',
|
||||
'email:' => 'admin.email'
|
||||
'e-mail:' => 'owner.email'
|
||||
);
|
||||
|
||||
$r['regrinfo'] = generic_parser_b($data_str['rawdata'], $items, 'dmy');
|
||||
|
|
|
@ -37,6 +37,7 @@ $this->DATA = array(
|
|||
'jobs' => 'gtld',
|
||||
'li' => 'ch',
|
||||
'net' => 'gtld',
|
||||
'su' => 'ru',
|
||||
'tv' => 'gtld',
|
||||
'za.org' => 'zanet',
|
||||
'za.net' => 'zanet',
|
||||
|
|
Loading…
Reference in a new issue