--- sites/all/temp/abuse/abuse.module 2008-03-28 17:20:09.000000000 +0300 +++ sites/all/modules/abuse/abuse.module 2009-04-02 17:48:15.000000000 +0300 @@ -365,12 +365,14 @@ function abuse_comment(&$comment, $op) { switch ($op) { case 'delete': _abuse_perform_delete($comment->cid, 'comment'); + break; case 'update': if (_abuse_get_status('comment', $comment['cid']) == 'OK') { if (variable_get('abuse_edit_unflag', 1)) { _abuse_perform_delete($comment['cid'], 'comment'); } } + break; } }