Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.493
diff -u -p -r1.493 comment.module
--- modules/comment/comment.module      22 Oct 2006 08:28:44 -0000      1.493
+++ modules/comment/comment.module      23 Oct 2006 21:03:33 -0000
@@ -1019,7 +1019,7 @@ function comment_operations($action = NU
 function comment_admin($type = 'new') {
   $edit = $_POST;

-  if ($edit['operation'] == 'delete') {
+  if ($edit['operation'] == 'delete' && $edit['comments']) {
     return drupal_get_form('comment_multiple_delete_confirm');
   }
   else {
