mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove code that was commented out
This commit is contained in:
@@ -285,9 +285,6 @@
|
||||
unset($parameters);
|
||||
}
|
||||
|
||||
//save output to a buffer
|
||||
// ob_start();
|
||||
|
||||
//send the email
|
||||
$email = new email;
|
||||
$email->domain_uuid = $domain_uuid;
|
||||
@@ -303,9 +300,6 @@
|
||||
$email_error = $email->error;
|
||||
$email_response = $email->response;
|
||||
|
||||
//get the output buffer
|
||||
// //$email_response = ob_get_clean();
|
||||
|
||||
//send the email
|
||||
if ($email_status) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user