Files
fusionpbx/app
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
..
2022-05-23 10:03:03 -06:00
2022-04-11 16:28:48 -06:00
2022-04-17 14:16:29 -06:00
2022-02-11 16:34:25 -07:00
2021-11-09 18:42:14 -07:00
2022-07-29 10:28:22 -06:00
2020-03-20 14:47:13 -06:00
2020-03-20 14:47:13 -06:00
2022-03-29 12:05:44 -06:00
2022-02-07 19:16:29 -07:00