Mercurial > p > roundup > code
diff roundup/cgi_client.py @ 414:fc6d03e9dbc1
couple of bugfixes from latest patch integration
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 27 Nov 2001 03:00:50 +0000 |
| parents | aafe6980123d |
| children | 831e91e23963 |
line wrap: on
line diff
--- a/roundup/cgi_client.py Mon Nov 26 23:00:53 2001 +0000 +++ b/roundup/cgi_client.py Tue Nov 27 03:00:50 2001 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: cgi_client.py,v 1.65 2001-11-26 23:00:53 richard Exp $ +# $Id: cgi_client.py,v 1.66 2001-11-27 03:00:50 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -496,7 +496,8 @@ summary = note m = [edit_msg + '%s\n'%note] else: - m = [edit_msg] + summary = edit_msg + m = [summary] first = 1 for name, prop in props.items(): @@ -1040,6 +1041,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.65 2001/11/26 23:00:53 richard +# This config stuff is getting to be a real mess... +# # Revision 1.64 2001/11/26 22:56:35 richard # typo #
