[Mpuls-commits] r2198 - wasko/branches/2.0/jmdweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 17:00:06 CET 2010


Author: torsten
Date: 2010-03-25 17:00:05 +0100 (Thu, 25 Mar 2010)
New Revision: 2198

Modified:
   wasko/branches/2.0/jmdweb/lib/search.py
Log:
Deleted constant of date for inconsistency checks


Modified: wasko/branches/2.0/jmdweb/lib/search.py
===================================================================
--- wasko/branches/2.0/jmdweb/lib/search.py	2010-03-25 15:55:26 UTC (rev 2197)
+++ wasko/branches/2.0/jmdweb/lib/search.py	2010-03-25 16:00:05 UTC (rev 2198)
@@ -49,9 +49,6 @@
       AND %s
 """
 
-# FIXME: This should be better a config var
-INCONSISTENCY_CHECK_AFTER = '2008-08-31'
-
 log = logging.getLogger(__name__)
 
 class CaseSearch(CaseBaseSearch):



More information about the Mpuls-commits mailing list