Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 21 Feb 2002 07:08:19 +0000 (07:08 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 21 Feb 2002 07:08:19 +0000 (07:08 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@649 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi_client.py

index 72cd86f6201fbdd4e07340617e7f3609b80eb346..e57b2c4e4fa4dd13ff2c327f74e0fbcdf9f61a73 100644 (file)
@@ -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('<table border=1 cellspacing=0 cellpaddin=2>')
         w('<tr>')
@@ -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 <display call="classhelp('priority', 'id,name,description')">