summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c6fd397)
raw | patch | inline | side by side (parent: c6fd397)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 26 Sep 2002 03:45:09 +0000 (03:45 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 26 Sep 2002 03:45:09 +0000 (03:45 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1256 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/client.py | patch | blob | history |
diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py
index 620715ad69e8adafffae7a2d2cd9bb1649adb2ba..6e47427baff9cdb5fe63ee88f92d1e4e26a72df0 100644 (file)
--- a/roundup/cgi/client.py
+++ b/roundup/cgi/client.py
-# $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).
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