Code

ehem
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 18 Feb 2003 01:59:10 +0000 (01:59 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 18 Feb 2003 01:59:10 +0000 (01:59 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1521 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/client.py

index b4c91b8573869f2d3b9a7dd23eb8339b0f6f55cf..c510e70a068fffc9dc7b0676ce6446e44bf44623 100644 (file)
@@ -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