Apologies if I wasn't clear... this is for the latest (I think v2.47 is the break point, not 100% sure at the moment).
Current working client codes *should* be ok. Charles Daminato TUCOWS Product Manager [EMAIL PROTECTED] On Fri, 25 Jan 2002, Tech wrote: > This for all client revs, or just the most recent? > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Charles Daminato > Sent: Friday, January 25, 2002 1:10 PM > To: [EMAIL PROTECTED] > Subject: patch to reg_system.cgi for .ca transfers > > 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' ); > >