[Mpuls-commits] r5449 - waska/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 11 15:59:10 CEST 2011


Author: bh
Date: 2011-10-11 15:59:10 +0200 (Tue, 11 Oct 2011)
New Revision: 5449

Modified:
   waska/trunk/waska.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.json
===================================================================
--- waska/trunk/waska.json	2011-10-11 12:00:23 UTC (rev 5448)
+++ waska/trunk/waska.json	2011-10-11 13:59:10 UTC (rev 5449)
@@ -76,7 +76,7 @@
 			}
 		],
 		"cm_defaults": [
-            		{"own": "1", 
+            		{"own": 1,
 			 "search_str": "", 
 			 "editor": -1, 
 			 "state": [3, 4], 



More information about the Mpuls-commits mailing list