Minor corrections
This commit is contained in:
parent
9e7ca6b4e2
commit
e464a4c8ca
@ -63,7 +63,7 @@ if($_POST) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} # end if - no validation error
|
} # end if - no validation error
|
||||||
/*
|
|
||||||
else {
|
else {
|
||||||
|
|
||||||
$response = (isset($error['name'])) ? $error['name'] . "<br /> \n" : null;
|
$response = (isset($error['name'])) ? $error['name'] . "<br /> \n" : null;
|
||||||
@ -74,7 +74,7 @@ if($_POST) {
|
|||||||
echo $response;
|
echo $response;
|
||||||
|
|
||||||
} # end if - there was a validation error
|
} # end if - there was a validation error
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user