fusionpbx/app/fax_queue
emak e52f6626f9
Fix fax_queue to Email PDF Instead of TIF (#6461)
* Fix fax_queue to Email PDF Instead of TIF

Variables `$fax_file_tif` and `$fax_file_pdf` are missing a period before the extension so file_exists is always evaluating to false. Thus, TIF was always sent. Adds the period back into the path so the check works correctly.

NOTE: `$fax_file_tif` is completely unused and can be removed from this code for cleanup.

* Use single quotes.
2022-08-22 10:10:31 -06:00
..
resources Fix fax_queue to Email PDF Instead of TIF (#6461) 2022-08-22 10:10:31 -06:00
app_config.php Add Fax Queue TX Email Variables (#6460) 2022-08-19 18:08:43 -06:00
app_defaults.php Add a new FAX Queue 2022-03-31 12:24:00 -06:00
app_languages.php Add status dropdown to Fax Queue search (#6459) 2022-08-18 13:13:50 -06:00
app_menu.php Move Fax/Email Queue under Status in the Menu (#6353) 2022-04-26 13:43:08 -06:00
fax_queue.php Add status dropdown to Fax Queue search (#6459) 2022-08-18 13:13:50 -06:00
fax_queue_delete.php Add a new FAX Queue 2022-03-31 12:24:00 -06:00
fax_queue_edit.php Change fax_email_address from required to not required. 2022-04-27 23:17:00 -06:00
root.php Add a new FAX Queue 2022-03-31 12:24:00 -06:00