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 57ceca4590
commit da114c1a64
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'];
}