[Mpuls-commits] r3679 - wasko/branches/1.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 16 14:33:04 CEST 2010
Author: roland
Date: 2010-09-16 14:33:03 +0200 (Thu, 16 Sep 2010)
New Revision: 3679
Modified:
wasko/branches/1.0/waskaweb/lib/config.py
Log:
corrected date
Modified: wasko/branches/1.0/waskaweb/lib/config.py
===================================================================
--- wasko/branches/1.0/waskaweb/lib/config.py 2010-09-16 12:28:19 UTC (rev 3678)
+++ wasko/branches/1.0/waskaweb/lib/config.py 2010-09-16 12:33:03 UTC (rev 3679)
@@ -139,7 +139,7 @@
set('search', 'types_ending', types_ending)
set('search', 'default-start-date', datetime.date(2009, 9, 1))
#set('search', 'default-end-date', datetime.date.today())
- set('search', 'default-end-date', datetime.date(2009, 8, 31))
+ set('search', 'default-end-date', datetime.date(2010, 8, 31))
# Define which fields of the case will be available in the overviewpage
overview_list = ['id', 'count', 'federalstate', 'name']
More information about the Mpuls-commits
mailing list