If Remote Inbox Subject Tag is not set then check the local fax files.

This commit is contained in:
Mark Crane
2015-06-01 21:21:33 +00:00
parent 4ec6c893c1
commit 09ea679bdb
2 changed files with 3 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ require_once "resources/paging.php";
echo " <a href='fax_send.php?id=".$row['fax_uuid']."'>".$text['label-new']."</a>&nbsp;&nbsp;";
}
if (permission_exists('fax_inbox_view')) {
if ($row['fax_email_connection_host'] != '') {
if ($row['fax_email_inbound_subject_tag'] != '') {
$file = "fax_files_remote.php";
$box = $row['fax_email_connection_mailbox'];
}

View File

@@ -1048,4 +1048,5 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//show the footer
require_once "resources/footer.php";
?>
?>