diff options
author | Friendika <info@friendika.com> | 2010-11-23 16:08:48 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-23 16:08:48 -0800 |
commit | 9be4b3482ed48ecd930105aec00a985cfee184ee (patch) | |
tree | 2d8ba950f7851348910f20df614f82565520d317 /include | |
parent | 15f011b34c3a6005fc4d0b6230db44e7ccfa4fcc (diff) | |
download | volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.tar.gz volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.tar.bz2 volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.zip |
drop mail delivered flag now that queue is implemented
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/notifier.php b/include/notifier.php index dde538a6b..871027418 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -313,14 +313,6 @@ } break; } - - - if(($cmd === 'mail') && ($deliver_status == 0)) { - $r = q("UPDATE `mail` SET `delivered` = 1 WHERE `id` = %d LIMIT 1", - intval($item_id) - ); - } - } // send additional slaps to mentioned remote tags (@foo@example.com) |