mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Minor syntax change to fax_to_email.php
This commit is contained in:
@@ -166,8 +166,7 @@ if (defined('STDIN')) {
|
||||
if (strlen($fax_forward_number) > 0) {
|
||||
if (file_exists($dir_fax."/".$fax_name.".tif")) {
|
||||
//get the event socket information
|
||||
$sql = "";
|
||||
$sql .= "select * from v_settings ";
|
||||
$sql = "select * from v_settings ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
Reference in New Issue
Block a user