From: richard Date: Thu, 21 Feb 2002 07:08:19 +0000 (+0000) Subject: oops X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=71f5c52247313dfdaf08401d32dc9041bdf25f65;p=roundup.git oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@649 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 72cd86f..e57b2c4 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.108 2002-02-21 07:02:54 richard Exp $ +# $Id: cgi_client.py,v 1.109 2002-02-21 07:08:19 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -405,7 +405,7 @@ function help_window(helpurl) { w = self.write cn = self.form['classname'].value cl = self.db.classes[cn] - props = self.form['columns'].value.split(',') + props = self.form['properties'].value.split(',') w('') w('') @@ -1325,6 +1325,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.108 2002/02/21 07:02:54 richard +# The correct var is "HTTP_HOST" +# # Revision 1.107 2002/02/21 06:57:38 richard # . Added popup help for classes using the classhelp html template function. # - add