prevent silly fake null date from causing problems OTW from older builds

This commit is contained in:
Habeas Codice 2015-01-30 16:15:05 -08:00
parent 340212d77e
commit 5d2ab4a4fc

View File

@ -185,7 +185,7 @@ function send_message($uid = 0, $recipient='', $body='', $subject='', $replyto='
dbesc($mid),
dbesc($replyto),
dbesc(datetime_convert()),
dbesc($expires)
dbescdate($expires)
);
// verify the save