coar        97/11/13 13:56:40

  Modified:    .        bugdb.cgi
  Log:
        A couple of minor tweaks/fixes.
  
  Revision  Changes    Path
  1.20      +4 -2      apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===================================================================
  RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- bugdb.cgi 1997/11/13 17:02:06     1.19
  +++ bugdb.cgi 1997/11/13 21:56:39     1.20
  @@ -60,6 +60,8 @@
   #    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.
  +#  11/13/1997 Ken Coar - Add another button for "closing due to no response,"
  +#    and fix a mis-set Class value from one of the other buttons.
   #
   ### End Modification log
   
  @@ -197,7 +199,7 @@
   ### Main menu
   } elsif ($PATH_INFO eq "") {
       &main_menu();
  -    print "<HR><SMALL>Version: 11 November 1997<BR>Authors: ",
  +    print "<HR><SMALL>Version: 13 November 1997<BR>Authors: ",
        "<A HREF=\"http://alumni.caltech.edu/~dank/gnats.html\";>Dan Kegel ",
        "and Huy Le</A>, <BR> ",
        "with revamp work by ",
  @@ -1403,7 +1405,7 @@
       <INPUT TYPE="hidden" NAME="Editor" VALUE="$ENV{'REMOTE_USER'}">
       <INPUT TYPE="hidden" NAME="Synopsis" VALUE="">
       <INPUT TYPE="hidden" NAME="Originator" 
VALUE="$fieldvalues{'Originator'}">
  -    <INPUT TYPE="hidden" NAME="Class" VALUE="duplicate">
  +    <INPUT TYPE="hidden" NAME="Class" VALUE="$fieldvalues{'Class'}">
       <INPUT TYPE="hidden" NAME="Release" VALUE="$fieldvalues{'Release'}">
       <INPUT TYPE="hidden" NAME="Severity" VALUE="$fieldvalues{'Severity'}">
       <INPUT TYPE="hidden" NAME="State" VALUE="closed">
  
  
  

Reply via email to