[Formed-commits] r422 - trunk/formed/formed/plugins/modify

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 10 15:53:29 CET 2010


Author: torsten
Date: 2010-11-10 15:53:27 +0100 (Wed, 10 Nov 2010)
New Revision: 422

Modified:
   trunk/formed/formed/plugins/modify/rules.py
Log:
* formed/formed/plugins/modify/rules.py: Fixed date sequence rule
checks for date in future.


Modified: trunk/formed/formed/plugins/modify/rules.py
===================================================================
--- trunk/formed/formed/plugins/modify/rules.py	2010-11-08 14:04:52 UTC (rev 421)
+++ trunk/formed/formed/plugins/modify/rules.py	2010-11-10 14:53:27 UTC (rev 422)
@@ -29,7 +29,7 @@
 u"%(a)s isset %(a)s known and %(b)s isset %(b)s known and and %(a)s %(b)s > and not"
 
 IN_PAST_EXPR = \
-u"%(a)s isset %(a)s known and %(a)s today >= and not"
+u"%(a)s isset %(a)s known and %(a)s today > and not"
 
 IN_PAST_VALUE = \
 u"'%(a_desc)s' darf nicht in der Zukunft liegen."



More information about the Formed-commits mailing list