diff --git a/inc/sendEmail.php b/inc/sendEmail.php index a2d5a70..f1e6655 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 -*/ + } ?>