diff options
author | friendica <info@friendica.com> | 2015-01-31 14:53:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-31 14:53:11 -0800 |
commit | acac58fba0cc5fa82cb1b74f536ba602dd237238 (patch) | |
tree | a87a9a0c32596dbf089b8b4b80bfd810e2a5a606 /include | |
parent | a7e5c7ce64f3649cafba48f4c89135dae52a5ca4 (diff) | |
parent | 3e5226adc70838c784a0b208de25fffde37a6679 (diff) | |
download | volse-hubzilla-acac58fba0cc5fa82cb1b74f536ba602dd237238.tar.gz volse-hubzilla-acac58fba0cc5fa82cb1b74f536ba602dd237238.tar.bz2 volse-hubzilla-acac58fba0cc5fa82cb1b74f536ba602dd237238.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-rw-r--r-- | include/message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message.php b/include/message.php index 34fa2cd8d..bfc92cd6d 100644 --- a/include/message.php +++ b/include/message.php @@ -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 |