Skip to content

Commit e0f93ff

Browse files
author
Richard Jones
committed
a little comment
1 parent ef48d5c commit e0f93ff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

roundup/cgi_client.py

Lines changed: 8 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.67 2001-11-28 21:55:35 richard Exp $
18+
# $Id: cgi_client.py,v 1.68 2001-11-29 04:57:23 richard Exp $
1919

2020
__doc__ = """
2121
WWW request handler (also used in the stand-alone server).
@@ -499,6 +499,7 @@ def _post_editnode(self, nid, changes=None):
499499
summary = edit_msg
500500
m = [summary]
501501

502+
# figure the changes and add them to the message
502503
first = 1
503504
for name, prop in props.items():
504505
if changes is not None and name not in changes: continue
@@ -1046,6 +1047,12 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
10461047

10471048
#
10481049
# $Log: not supported by cvs2svn $
1050+
# Revision 1.67 2001/11/28 21:55:35 richard
1051+
# . login_action and newuser_action return values were being ignored
1052+
# . Woohoo! Found that bloody re-login bug that was killing the mail
1053+
# gateway.
1054+
# (also a minor cleanup in hyperdb)
1055+
#
10491056
# Revision 1.66 2001/11/27 03:00:50 richard
10501057
# couple of bugfixes from latest patch integration
10511058
#

0 commit comments

Comments
 (0)