[Mpuls-commits] r2564 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 29 16:12:50 CEST 2010


Author: torsten
Date: 2010-04-29 16:12:48 +0200 (Thu, 29 Apr 2010)
New Revision: 2564

Modified:
   wasko/branches/2.0/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added two new varibles to define min and max
days for reminders


Modified: wasko/branches/2.0/mpulsweb/lib/config.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/config.py	2010-04-29 13:09:48 UTC (rev 2563)
+++ wasko/branches/2.0/mpulsweb/lib/config.py	2010-04-29 14:12:48 UTC (rev 2564)
@@ -176,6 +176,8 @@
         # define another condition which must evaluate to TRUE or FALSE in SQL
         # manner. 
         set('case', 'remindercondition', 'TRUE')
+        set('case', 'remindermindays', '0')
+        set('case', 'remindermaxdays', '9999')
 
         # Rendering of repeated formed pages
         #



More information about the Mpuls-commits mailing list