Update fax_emails.php
This commit is contained in:
parent
73d0085dcc
commit
16ee86e4ef
|
|
@ -98,6 +98,7 @@ if (sizeof($result) != 0) {
|
|||
$fax_email_outbound_subject_tag = $row["fax_email_outbound_subject_tag"];
|
||||
$fax_email_outbound_authorized_senders = $row["fax_email_outbound_authorized_senders"];
|
||||
$fax_send_greeting = $row["fax_send_greeting"];
|
||||
$fax_accountcode = $row["accountcode"];
|
||||
|
||||
//load default settings, then domain settings over top
|
||||
unset($_SESSION);
|
||||
|
|
@ -384,4 +385,4 @@ function load_domain_settings($domain_uuid) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue