diff options
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) |