]> git.donarmstrong.com Git - debbugs.git/blobdiff - debbugs-service
[project @ 2001-08-16 07:24:18 by doogie]
[debbugs.git] / debbugs-service
index 150578228a6bbd4fa6cbd0c60a4714a17a852f6a..ab5089b8fc9b91f89e31abf54fa243263c110a31 100755 (executable)
@@ -290,15 +290,14 @@ END
     } elsif (m/^close\s+\#?(\d+)$/i) {
        $ok++;
        $ref= $1;
-       if (&setbug) {
-           if (length($s_done)) {
+       if ( &setbug ) {
+           if(length($s_done)) {
                &transcript("$gBug is already closed, cannot re-close.\n\n");
                 &nochangebug;
             } else {
                 $action= "$gBug closed, ack sent to submitter - they'd better know why !";
                 do {
-                   Load the Bug Record
-                   Close the Bug
+                   CLOSE BUG RECORD
                     &addmaintainers($s_package);
                    if ( length( $gDoneList ) > 0 && length( $gListDomain ) > 0 ) 
                    { &addccaddress("$gDoneList\@$gListDomain"); }