Update email_cron.php

This commit is contained in:
FusionPBX
2017-01-16 23:46:53 -07:00
committed by GitHub
parent 0cf97645fd
commit c77a887311

View File

@@ -40,7 +40,6 @@
//delete the email
$sql = "delete from v_emails ";
$sql .= "where email_uuid = '".$email_uuid."' ";
echo $sql;
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();
unset($sql, $prep_statement);