[Mapbender-commits] r5221 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Dec 22 07:25:08 EST 2009
Author: christoph
Date: 2009-12-22 07:25:07 -0500 (Tue, 22 Dec 2009)
New Revision: 5221
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-21 10:12:57 UTC (rev 5220)
+++ branches/2.6/http/javascripts/mod_highlightPOI.php 2009-12-22 12:25:07 UTC (rev 5221)
@@ -78,7 +78,7 @@
?>";
if(myPOI != ""){
- mod_highlightPOI_params = myPOI.split("|");
+ mod_highlightPOI_params = myPOI.split("___");
More information about the Mapbender_commits
mailing list