[Mpuls-commits] r2884 - waska/branches/1.7/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jun 4 13:10:55 CEST 2010


Author: torsten
Date: 2010-06-04 13:10:54 +0200 (Fri, 04 Jun 2010)
New Revision: 2884

Modified:
   waska/branches/1.7/waskaweb/lib/helpers.py
Log:
Fixed encoding error


Modified: waska/branches/1.7/waskaweb/lib/helpers.py
===================================================================
--- waska/branches/1.7/waskaweb/lib/helpers.py	2010-06-04 10:59:08 UTC (rev 2883)
+++ waska/branches/1.7/waskaweb/lib/helpers.py	2010-06-04 11:10:54 UTC (rev 2884)
@@ -51,7 +51,7 @@
 
 def get_validity_name(tags):
     if 4 in tags: return 'ESF-Berichterstattung'
-    if 3 in tags: return 'Grundsätzlich auswertbar'
+    if 3 in tags: return 'Grundsätzlich auswertbar'
     else: return 'Nicht auswertbar'
 
 def load_db_list_from_file(fname):



More information about the Mpuls-commits mailing list