aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-23 16:08:48 -0800
committerFriendika <info@friendika.com>2010-11-23 16:08:48 -0800
commit9be4b3482ed48ecd930105aec00a985cfee184ee (patch)
tree2d8ba950f7851348910f20df614f82565520d317 /include/notifier.php
parent15f011b34c3a6005fc4d0b6230db44e7ccfa4fcc (diff)
downloadvolse-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/notifier.php')
-rw-r--r--include/notifier.php8
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)