[Mapbender-commits] r5222 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Dec 22 07:27:21 EST 2009


Author: christoph
Date: 2009-12-22 07:27:21 -0500 (Tue, 22 Dec 2009)
New Revision: 5222

Modified:
   branches/2.6/http/javascripts/mod_highlightPOI.php
Log:


Modified: branches/2.6/http/javascripts/mod_highlightPOI.php
===================================================================
--- branches/2.6/http/javascripts/mod_highlightPOI.php	2009-12-22 12:25:07 UTC (rev 5221)
+++ branches/2.6/http/javascripts/mod_highlightPOI.php	2009-12-22 12:27:21 UTC (rev 5222)
@@ -78,7 +78,7 @@
 			?>";
 
 	if(myPOI != ""){
- 		mod_highlightPOI_params = myPOI.split("___");
+ 		mod_highlightPOI_params = myPOI.split("|");
 
 	  
   



More information about the Mapbender_commits mailing list