[Mpuls-commits] r5452 - waska/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 11 18:21:05 CEST 2011
Author: bh
Date: 2011-10-11 18:21:05 +0200 (Tue, 11 Oct 2011)
New Revision: 5452
Modified:
waska/trunk/waska-evaluation.json
Log:
Use the correct type for the default value of the search parameter "own".
The parameter "own" must be an int, not a string.
Modified: waska/trunk/waska-evaluation.json
===================================================================
--- waska/trunk/waska-evaluation.json 2011-10-11 14:08:21 UTC (rev 5451)
+++ waska/trunk/waska-evaluation.json 2011-10-11 16:21:05 UTC (rev 5452)
@@ -77,7 +77,7 @@
}
],
"cm_defaults": [
- {"own": "1",
+ {"own": 1,
"search_str": "",
"state": [1,2,3,4,5],
"phase": [-1, 0, 1, 2, 3],
More information about the Mpuls-commits
mailing list