diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-15 01:40:17 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-15 01:40:17 +0200 |
commit | 3d3f4f50fb7fb06c8e17e8ede70be4c004e39773 (patch) | |
tree | ddf3b68de17dd2cf6a56b525bae0670bcaab815d /include | |
parent | 8d89c4bbcef4e11db6c031c8f5af1323eb055e49 (diff) | |
download | volse-hubzilla-3d3f4f50fb7fb06c8e17e8ede70be4c004e39773.tar.gz volse-hubzilla-3d3f4f50fb7fb06c8e17e8ede70be4c004e39773.tar.bz2 volse-hubzilla-3d3f4f50fb7fb06c8e17e8ede70be4c004e39773.zip |
formatting
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index f4feb1022..7eb2d6b96 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2341,7 +2341,7 @@ function process_mail_delivery($sender, $arr, $deliveries) { intval($r[0]['id']), intval($channel['channel_id']) ); - + // If it was a first message in thread $z = q("SELECT * FROM mail WHERE mid = '%s' AND channel_id = %d", dbesc($arr['mid']), |