patch to reg_system.cgi for .ca transfers

From: Charles Daminato (chuck@tucows.com)
Date: Fri Jan 25 2002 - 13:09:43 EST


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