diff options
author | zotlabs <mike@macgirvin.com> | 2019-09-03 17:00:10 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-09-03 17:00:10 -0700 |
commit | d9052c7e3cba157c1465125bcc5e1e0c9b98f8aa (patch) | |
tree | c017e67aacb8926bda0ad73ddd73f0fd1b642783 /include/zot.php | |
parent | bbc98db6b4071296ea02cea1a8c89fd33b251b1c (diff) | |
download | volse-hubzilla-d9052c7e3cba157c1465125bcc5e1e0c9b98f8aa.tar.gz volse-hubzilla-d9052c7e3cba157c1465125bcc5e1e0c9b98f8aa.tar.bz2 volse-hubzilla-d9052c7e3cba157c1465125bcc5e1e0c9b98f8aa.zip |
Zot -> Zot6 translation issue, liking a "new friend" activity
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 60bada1d6..bd85dd755 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2392,7 +2392,6 @@ function process_mail_delivery($sender, $arr, $deliveries) { } } - $r = q("select id, conv_guid from mail where mid = '%s' and channel_id = %d limit 1", dbesc($arr['mid']), intval($channel['channel_id']) |