changeset 1225:eae6a5eb62e0

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Thu, 26 Sep 2002 03:45:09 +0000
parents e58a59b2a290
children 0ef27b438916
files roundup/cgi/client.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/cgi/client.py	Thu Sep 26 03:21:03 2002 +0000
+++ b/roundup/cgi/client.py	Thu Sep 26 03:45:09 2002 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.45 2002-09-26 03:21:03 richard Exp $
+# $Id: client.py,v 1.46 2002-09-26 03:45:09 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -1179,8 +1179,8 @@
         elif isinstance(proptype, hyperdb.Number):
             props[key] = value = int(value)
 
-        # register this as received if required
-        if key in required:
+        # register this as received if required?
+        if key in required and value is not None:
             required.remove(key)
 
         # get the old value

Roundup Issue Tracker: http://roundup-tracker.org/