From e5098f8f64262f4bc79612a6a6411a8a623acac2 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 23 Aug 2002 04:42:30 +0000 Subject: [PATCH] minor edit git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@987 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi_client.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 19ca559..1f1c02d 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -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.161 2002-08-19 00:21:10 richard Exp $ +# $Id: cgi_client.py,v 1.162 2002-08-23 04:42:30 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -1425,7 +1425,7 @@ function help_window(helpurl, width, height) { self.login() def opendb(self, user): - ''' Open the database - but include the definition of the sessions db. + ''' Open the database. ''' # open the db if the user has changed 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+$')): # # $Log: not supported by cvs2svn $ +# Revision 1.161 2002/08/19 00:21:10 richard +# removed debug prints +# # Revision 1.160 2002/08/19 00:20:34 richard # grant web access to admin ;) # -- 2.30.2