problem in OpenSRS.pm with error checking for alpha character on 2nd and 3rd address fields

From: BWSD Hostmaster (hostmaster@bwsd.com)
Date: Mon May 08 2000 - 22:40:05 EDT


Found this as reported by client

if just a number is put into the ..._address2 field, an error is returned,
because at line 348 in the OpenSRS.pm file, it is doing a look for the
string "address" as being a field that requires at least one alpha
character. This error checking really shouldn't exist for address2 and
address3, and the fix is just to add the 1 like so:

if ($field =~ /first_name|last_name|org_name|address1|city|state/)

Regards,

Hostmaster [Beck Web Servers & Design]
mailto:hostmaster@bwsd.com
================================



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:31 EDT