Update fax_send.php
This commit is contained in:
parent
864abad9ca
commit
6b9e8fac2f
|
|
@ -695,7 +695,7 @@ function fax_split_dtmf(&$fax_number, &$fax_dtmf){
|
||||||
}
|
}
|
||||||
|
|
||||||
//get some more info to send the fax
|
//get some more info to send the fax
|
||||||
$mailfrom_address = (isset($_SESSION['fax']['smtp_from']['var'])) ? $_SESSION['fax']['smtp_from']['var'] : $_SESSION['email']['smtp_from']['var'];
|
$mailfrom_address = (isset($_SESSION['fax']['smtp_from']['text'])) ? $_SESSION['fax']['smtp_from']['text'] : $_SESSION['email']['smtp_from']['text'];
|
||||||
|
|
||||||
$sql = "select * from v_fax where fax_uuid = '".$fax_uuid."'; ";
|
$sql = "select * from v_fax where fax_uuid = '".$fax_uuid."'; ";
|
||||||
$prep_statement = $db->prepare(check_sql($sql));
|
$prep_statement = $db->prepare(check_sql($sql));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue