summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b80496)
raw | patch | inline | side by side (parent: 3b80496)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 21 Feb 2002 07:08:19 +0000 (07:08 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index 72cd86f6201fbdd4e07340617e7f3609b80eb346..e57b2c4e4fa4dd13ff2c327f74e0fbcdf9f61a73 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
# 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).
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>')
#
# $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')">