From ede44ae947af62bc4c88535aa434d67e83cec9fd Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 18 Dec 2003 17:02:13 +0000 Subject: [PATCH] fix for 564 --- newmember.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newmember.pl b/newmember.pl index 7e47d259ca..4de8406a97 100755 --- a/newmember.pl +++ b/newmember.pl @@ -77,7 +77,7 @@ if ($data{'cardnumber'} eq ''){ } else { #check cardnumber is valid my $nounique; - if ( $data{'type'} ne "Add" ) { + if ( $data{'type'} eq "Add" ) { $nounique = 0; } else { $nounique = 1; -- 2.39.5