Remove code that was commented out
This commit is contained in:
parent
97dbe7b31a
commit
ef866e12d7
|
|
@ -285,9 +285,6 @@
|
||||||
unset($parameters);
|
unset($parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
//save output to a buffer
|
|
||||||
// ob_start();
|
|
||||||
|
|
||||||
//send the email
|
//send the email
|
||||||
$email = new email;
|
$email = new email;
|
||||||
$email->domain_uuid = $domain_uuid;
|
$email->domain_uuid = $domain_uuid;
|
||||||
|
|
@ -303,9 +300,6 @@
|
||||||
$email_error = $email->error;
|
$email_error = $email->error;
|
||||||
$email_response = $email->response;
|
$email_response = $email->response;
|
||||||
|
|
||||||
//get the output buffer
|
|
||||||
// //$email_response = ob_get_clean();
|
|
||||||
|
|
||||||
//send the email
|
//send the email
|
||||||
if ($email_status) {
|
if ($email_status) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue