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);