Ah ha! Figured out the problem we are having.
The main page where I select to delete the comment is:
edit_comments.php?blogID=
BUT the delete page, with the script to delete from the database is:
delete_comments.php?commentID=
So, the GET blogID doesn't work.
So it's a bit more confusing, but does that help?