[Mpuls-commits] r614 - wasko/branches/1.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 2 15:35:41 CEST 2009
Author: torsten
Date: 2009-10-02 15:35:41 +0200 (Fri, 02 Oct 2009)
New Revision: 614
Modified:
wasko/branches/1.0/waskaweb/lib/search.py
Log:
issue466
Modified: wasko/branches/1.0/waskaweb/lib/search.py
===================================================================
--- wasko/branches/1.0/waskaweb/lib/search.py 2009-10-02 13:34:27 UTC (rev 613)
+++ wasko/branches/1.0/waskaweb/lib/search.py 2009-10-02 13:35:41 UTC (rev 614)
@@ -276,7 +276,7 @@
if options.get('migration') == '1':
migration = "(nat_muspra not in (18,-1, -3) or nat_staat not in (1,-1,-3) or vater_land not in (29, -1, -3) or mutter_land not in (29,-1, -3))"
elif options.get('migration') == '0':
- migration = "(nat_muspra = 18 and nat_staat = 1 and vater_land not = 29 and mutter_land = 29)"
+ migration = "(nat_muspra = 18 and nat_staat = 1 and vater_land = 29 and mutter_land = 29)"
elif options.get('migration') == '2':
migration = "(nat_staat = 2 and (vater_staat != 2 or mutter_staat != 2))"
More information about the Mpuls-commits
mailing list