[Mapbender-commits] r3231 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Nov 12 04:33:36 EST 2008


Author: christoph
Date: 2008-11-12 04:33:36 -0500 (Wed, 12 Nov 2008)
New Revision: 3231

Modified:
   branches/2.5/http/javascripts/wfs.js
Log:
added missing ;

Modified: branches/2.5/http/javascripts/wfs.js
===================================================================
--- branches/2.5/http/javascripts/wfs.js	2008-11-12 09:32:23 UTC (rev 3230)
+++ branches/2.5/http/javascripts/wfs.js	2008-11-12 09:33:36 UTC (rev 3231)
@@ -339,7 +339,7 @@
 function get_wfs_str(myconf, d, m, type, fid) {
 
 	// Getting the namespace for the FeatureType
-	var featureTypeArray = myconf['featuretype_name'].split(':')
+	var featureTypeArray = myconf['featuretype_name'].split(':');
 	var featureNS = featureTypeArray[0];
 
 	var str = '<wfs:Transaction version="1.0.0" service="WFS" ';



More information about the Mapbender_commits mailing list