From 7bfe138e49286277cfe141dfa684c17dbd718484 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 7 Jul 2003 14:53:24 +0000 Subject: [PATCH] alternative contact no more mandatory --- newmember.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/newmember.pl b/newmember.pl index cd433616c0..2db5c112ee 100755 --- a/newmember.pl +++ b/newmember.pl @@ -109,10 +109,6 @@ if ($data{'city'} eq ''){ $string.=" Postal City
"; $ok=1; } -if ($data{'contactname'} eq ''){ - $string.=" Alternate Contact
"; - $ok=1; -} # Pass the ok/not ok status and the error message to the template $template->param( OK=> ($ok==0), -- 2.39.2