[Mpuls-commits] r5451 - jmd/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 11 16:08:22 CEST 2011


Author: bh
Date: 2011-10-11 16:08:21 +0200 (Tue, 11 Oct 2011)
New Revision: 5451

Modified:
   jmd/trunk/jmd.json
   jmd/trunk/jmdstruktur.json
Log:
Use the correct type for the default value of the search parameters
"own" and "standin". The parameters must be ints, not a strings.


Modified: jmd/trunk/jmd.json
===================================================================
--- jmd/trunk/jmd.json	2011-10-11 14:03:21 UTC (rev 5450)
+++ jmd/trunk/jmd.json	2011-10-11 14:08:21 UTC (rev 5451)
@@ -62,7 +62,7 @@
 			}
 		],
 		"cm_defaults": [
-            		{"own": "1", 
+            		{"own": 1,
 			 "editor": -1,
 			 "search_str": "", 
 			 "state": [1], 

Modified: jmd/trunk/jmdstruktur.json
===================================================================
--- jmd/trunk/jmdstruktur.json	2011-10-11 14:03:21 UTC (rev 5450)
+++ jmd/trunk/jmdstruktur.json	2011-10-11 14:08:21 UTC (rev 5451)
@@ -72,9 +72,9 @@
 			 "phase": [-1, 0]}
 		],
 		"cm_defaults": [
-            		{"own": "1",
+            		{"own": 1,
 			 "editor": -1,
-			 "standin": "1",
+			 "standin": 1,
 			 "search_str": "", 
 			 "state": [1], 
 			 "phase": [-1, 0]}



More information about the Mpuls-commits mailing list