RE: patch to reg_system.cgi for .ca transfers

From: Charles Daminato (chuck@tucows.com)
Date: Fri Jan 25 2002 - 14:21:42 EST


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
chuck@tucows.com

On Fri, 25 Jan 2002, Tech wrote:

> This for all client revs, or just the most recent?
>
> -----Original Message-----
> From: owner-dev-list@opensrs.org [mailto:owner-dev-list@opensrs.org] On
> Behalf Of Charles Daminato
> Sent: Friday, January 25, 2002 1:10 PM
> To: dev-list@opensrs.org
> 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
> chuck@tucows.com
>
> 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' );
>
>



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:36:56 EDT