Something we just picked up... Fix will come out with next client code - apologies for any inconvenience this may cause.
Charles Daminato TUCOWS Product Manager [EMAIL PROTECTED] reg_system.cgi has an error transfers for .ca can't be placed --- reg_system.cgi.error Fri Jan 25 13:02:42 2002 +++ reg_system.cgi Fri Jan 25 13:03:02 2002 @@ -347,7 +347,7 @@ if ($ca and ($gtld or $uk)){ error_out("You can't mix .ca with gTLD or .uk domains in bulk_registration"); exit; - } elsif ( $ca ) { + } elsif ( $ca and $in{reg_type} eq 'new' ) { # for .ca domains, ensure a valid legal type was given if ( $in{ legal_type } eq '' ) { error_out( 'No legal type selected' );