coar        97/11/11 14:12:30

  Modified:    .        bugdb.cgi
  Log:
        Change the subject of mail sent after an edit to use the new
        PR category.  If it was changed as part of the edit, the mail
        used to be unreplyable because it would no longer match the
        PR's category.
  
  Revision  Changes    Path
  1.18      +6 -2      apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===================================================================
  RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- bugdb.cgi 1997/11/10 22:23:23     1.17
  +++ bugdb.cgi 1997/11/11 22:12:29     1.18
  @@ -56,6 +56,10 @@
   #    and "non-critical" the default severity.
   #  11/10/1997 Ken Coar - Added some "canned response" buttons on the
   #    full display page seen by authorised editors.
  +#  11/11/1997 Ken Coar - Change the subject of edit mail sent to match the
  +#    actual PR category; if it was changed as part of the edit, the message
  +#    would be unreplyable because of a category mismatch between the
  +#    new database value and the old subject line.
   #
   ### End Modification log
   
  @@ -193,7 +197,7 @@
   ### Main menu
   } elsif ($PATH_INFO eq "") {
       &main_menu();
  -    print "<HR><SMALL>Version: 10 November 1997<BR>Authors: ",
  +    print "<HR><SMALL>Version: 11 November 1997<BR>Authors: ",
        "<A HREF=\"http://alumni.caltech.edu/~dank/gnats.html\";>Dan Kegel ",
        "and Huy Le</A>, <BR> ",
        "with revamp work by ",
  @@ -815,7 +819,7 @@
            $msg = 
   "To: $mail_to
   From: $input{'Editor'}
  -Subject: Re: $semipr: $oldsyn
  +Subject: Re: $input{'Category'}/$pr: $oldsyn
   
   Synopsis: $oldsyn
   
  
  
  

Reply via email to