mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Update for long tickets
This commit is contained in:
@@ -1016,7 +1016,7 @@ function addToMailQueue($mysqli, $data)
|
||||
$recipient_name = strval($email['recipient_name']);
|
||||
$subject = strval($email['subject']);
|
||||
$body = strval($email['body']);
|
||||
$cal_str = strval($email['cal_str']);
|
||||
$cal_str = mysqli_escape_string($mysqli,$email['cal_str']);
|
||||
|
||||
// Check if 'email_queued_at' is set and not empty
|
||||
if (isset($email['queued_at']) && !empty($email['queued_at'])) {
|
||||
|
||||
Reference in New Issue
Block a user