From 9e7ca6b4e246e7d07baeb0a5ce04e63905ec0544 Mon Sep 17 00:00:00 2001 From: Manos Date: Mon, 1 Oct 2018 00:14:25 +0300 Subject: [PATCH] Test --- inc/sendEmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/sendEmail.php b/inc/sendEmail.php index f1e6655..a2d5a70 100644 --- a/inc/sendEmail.php +++ b/inc/sendEmail.php @@ -63,7 +63,7 @@ if($_POST) { } } # end if - no validation error - +/* else { $response = (isset($error['name'])) ? $error['name'] . "
\n" : null; @@ -74,7 +74,7 @@ if($_POST) { echo $response; } # end if - there was a validation error - +*/ } ?>