Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 1336:6a54b51b1784
hyperlinking of special message text
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 15 Dec 2002 23:55:34 +0000 |
| parents | b4d4770658c1 |
| children | 81ab52195df0 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Sun Dec 15 23:55:16 2002 +0000 +++ b/roundup/cgi/client.py Sun Dec 15 23:55:34 2002 +0000 @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.62 2002-12-11 01:46:46 richard Exp $ +# $Id: client.py,v 1.63 2002-12-15 23:55:33 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -1186,7 +1186,6 @@ else: propname = key - # does the property exist? if not properties.has_key(propname): if mlaction != 'set':
