bug in CheckMask function
Brought to you by:
egravel
If you are using custom error messages, the mask test
never returns an error.
need to set the error variable to true (error = true;)
if the mask.test statement (line 118 of
CheckMask_Javascript.cfm) returns false. The current
error=true statement is currently only set when
message_type is not custom - see line 126.
Looks like the error = true; statement should be below
the '}' on the line below!