[Mpuls-commits] r5450 - wasko/trunk

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


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

Modified:
   wasko/trunk/wasko.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: wasko/trunk/wasko.json
===================================================================
--- wasko/trunk/wasko.json	2011-10-11 13:59:10 UTC (rev 5449)
+++ wasko/trunk/wasko.json	2011-10-11 14:03:21 UTC (rev 5450)
@@ -71,7 +71,7 @@
 			 "type_ending": [-3, -1, 1, 2, 3, 4]}
 		],
 		"cm_defaults": [
-            		{"own": "1", 
+            		{"own": 1,
 			 "search_str": "", 
 			 "editor": -1,
 			 "state": [1], 



More information about the Mpuls-commits mailing list