From e9dfaa346070858a25db78944d8c96333f3b2d25 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Tue, 26 Apr 2016 21:56:30 -0400 Subject: [PATCH] Add blank due date when piping in a ticket --- inc/pipe_functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/pipe_functions.inc.php b/inc/pipe_functions.inc.php index 3a1f23ed..0719fd20 100755 --- a/inc/pipe_functions.inc.php +++ b/inc/pipe_functions.inc.php @@ -310,6 +310,7 @@ function hesk_email2ticket($results, $pop3 = 0, $set_category = 1, $set_priority $tmpvar['user_agent'] = NULL; $tmpvar['screen_resolution_width'] = "NULL"; $tmpvar['screen_resolution_height'] = "NULL"; + $tmpvar['due_date'] = ""; // Insert ticket to database $ticket = hesk_newTicket($tmpvar);