Mercurial > p > roundup > code
changeset 1443:55d16d2b39cc
ehem
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 18 Feb 2003 01:59:10 +0000 |
| parents | b42fa71754c9 |
| children | 8c5a513e52c9 |
| files | roundup/cgi/client.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/client.py Tue Feb 18 01:57:39 2003 +0000 +++ b/roundup/cgi/client.py Tue Feb 18 01:59:10 2003 +0000 @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.90 2003-02-18 01:57:39 richard Exp $ +# $Id: client.py,v 1.91 2003-02-18 01:59:10 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -1523,7 +1523,7 @@ if not isinstance(cl, hyperdb.FileClass): continue if not props.get('content', ''): - del all_props((cn, id)) + del all_props[(cn, id)] return all_props, all_links
