Mercurial > p > roundup > code
changeset 637:57f4bf62a86e
oops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Feb 2002 07:08:19 +0000 |
| parents | 3569dfce4bc5 |
| children | 21b3cfa7d99a |
| files | roundup/cgi_client.py |
| diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi_client.py Thu Feb 21 07:02:54 2002 +0000 +++ b/roundup/cgi_client.py Thu Feb 21 07:08:19 2002 +0000 @@ -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 @@ 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 @@ # # $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')">
