Fix for when TZUTC is gibberish, and use file hexdump in pkt debug
This commit is contained in:
@@ -839,7 +839,7 @@ class Message extends FTNBase
|
||||
}
|
||||
}
|
||||
|
||||
elseif ($t = $this->kludge('TZUTC: ',$kl))
|
||||
elseif (($t = $this->kludge('TZUTC: ',$kl)) && is_numeric($t))
|
||||
$this->tzutc = $t;
|
||||
|
||||
elseif ($t = $this->kludge('MSGID: ',$kl))
|
||||
|
Reference in New Issue
Block a user