Skip to content

Commit dfa2cb4

Browse files
author
Richard Jones
committed
ehem
1 parent 11a05d2 commit dfa2cb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roundup/cgi_client.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: cgi_client.py,v 1.116 2002-05-02 08:07:49 richard Exp $
18+
# $Id: cgi_client.py,v 1.117 2002-05-12 23:42:29 richard Exp $
1919

2020
__doc__ = """
2121
WWW request handler (also used in the stand-alone server).
@@ -701,6 +701,7 @@ def _handle_message(self):
701701
return None, files
702702

703703
# handle the note
704+
m = []
704705
if note:
705706
if '\n' in note:
706707
summary = re.split(r'\n\r?', note)[0]
@@ -1384,6 +1385,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
13841385

13851386
#
13861387
# $Log: not supported by cvs2svn $
1388+
# Revision 1.116 2002/05/02 08:07:49 richard
1389+
# Added the ADD_AUTHOR_TO_NOSY handling to the CGI interface.
1390+
#
13871391
# Revision 1.115 2002/04/02 01:56:10 richard
13881392
# . stop sending blank (whitespace-only) notes
13891393
#

0 commit comments

Comments
 (0)