If Remote Inbox Subject Tag is not set then check the local fax files.
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ require_once "resources/paging.php";
|
|||||||
echo " <a href='fax_send.php?id=".$row['fax_uuid']."'>".$text['label-new']."</a> ";
|
echo " <a href='fax_send.php?id=".$row['fax_uuid']."'>".$text['label-new']."</a> ";
|
||||||
}
|
}
|
||||||
if (permission_exists('fax_inbox_view')) {
|
if (permission_exists('fax_inbox_view')) {
|
||||||
if ($row['fax_email_connection_host'] != '') {
|
if ($row['fax_email_inbound_subject_tag'] != '') {
|
||||||
$file = "fax_files_remote.php";
|
$file = "fax_files_remote.php";
|
||||||
$box = $row['fax_email_connection_mailbox'];
|
$box = $row['fax_email_connection_mailbox'];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1048,4 +1048,5 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||||||
|
|
||||||
//show the footer
|
//show the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user