db_Update("comments", "comment_blocked='1' WHERE comment_id='$id' "); } if ($action == "unblock") { $sql->db_Update("comments", "comment_blocked='0' WHERE comment_id='$id' "); } if ($action == "delete") { $sql->db_Delete("comments", "comment_id='$id' "); } if (!$e107cache->clear($item)) { $tmp = explode("?", $item); $item = $tmp[0]."?news.".$c_item; $e107cache->clear($item); } } echo "\n"; ?>