From 46c1c3a444d66b0538c15637db7b66df7bc201dc Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 18 Feb 2003 01:59:10 +0000 Subject: [PATCH] ehem git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1521 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index b4c91b8..c510e70 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -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 @@ class Client: 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 -- 2.30.2