prevent silly fake null date from causing problems OTW from older builds
This commit is contained in:
parent
340212d77e
commit
5d2ab4a4fc
@ -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
|
||||
|
Reference in New Issue
Block a user