alternative contact no more mandatory
authortipaul <tipaul>
Mon, 7 Jul 2003 14:53:24 +0000 (14:53 +0000)
committertipaul <tipaul>
Mon, 7 Jul 2003 14:53:24 +0000 (14:53 +0000)
newmember.pl

index cd43361..2db5c11 100755 (executable)
@@ -109,10 +109,6 @@ if ($data{'city'} eq ''){
     $string.=" Postal City<br>";
     $ok=1;
 }
-if ($data{'contactname'} eq ''){
-    $string.=" Alternate Contact<br>";
-    $ok=1;
-}
 
 # Pass the ok/not ok status and the error message to the template
 $template->param(      OK=> ($ok==0),