From b657e27f240d316537d9d1302670d2e24cef0c35 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 27 Jul 2012 15:29:40 +0000 Subject: [PATCH] Minor syntax change to fax_to_email.php --- secure/fax_to_email.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/secure/fax_to_email.php b/secure/fax_to_email.php index 4b376704cc..b1b1fb145e 100644 --- a/secure/fax_to_email.php +++ b/secure/fax_to_email.php @@ -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);