Skip to content

Commit 3926443

Browse files
author
Richard Jones
committed
minor edit
1 parent 707d67b commit 3926443

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/cgi_client.py

Lines changed: 5 additions & 2 deletions
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.161 2002-08-19 00:21:10 richard Exp $
18+
# $Id: cgi_client.py,v 1.162 2002-08-23 04:42:30 richard Exp $
1919

2020
__doc__ = """
2121
WWW request handler (also used in the stand-alone server).
@@ -1425,7 +1425,7 @@ def logout(self, message=None):
14251425
self.login()
14261426

14271427
def opendb(self, user):
1428-
''' Open the database - but include the definition of the sessions db.
1428+
''' Open the database.
14291429
'''
14301430
# open the db if the user has changed
14311431
if not hasattr(self, 'db') or user != self.db.journaltag:
@@ -1747,6 +1747,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0, num_re=re.compile('^\d+$')):
17471747

17481748
#
17491749
# $Log: not supported by cvs2svn $
1750+
# Revision 1.161 2002/08/19 00:21:10 richard
1751+
# removed debug prints
1752+
#
17501753
# Revision 1.160 2002/08/19 00:20:34 richard
17511754
# grant web access to admin ;)
17521755
#

0 commit comments

Comments
 (0)