[Mapbender-commits] r1345 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu May 24 03:30:53 EDT 2007
Author: christoph
Date: 2007-05-24 03:30:53 -0400 (Thu, 24 May 2007)
New Revision: 1345
Modified:
trunk/mapbender/http/javascripts/mod_poi.php
Log:
changed url from poi.php to mod_poi.php
thanks to Tilo W?\195?\188therich
Modified: trunk/mapbender/http/javascripts/mod_poi.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_poi.php 2007-05-24 07:13:56 UTC (rev 1344)
+++ trunk/mapbender/http/javascripts/mod_poi.php 2007-05-24 07:30:53 UTC (rev 1345)
@@ -115,7 +115,7 @@
return false;
}
else{
- text = "poi.php?&search=" + document.form1.search.value+"&conf_file="+conffile+"&lingo="+lingo+"&backlink="+backlink;
+ text = "mod_poi.php?&search=" + document.form1.search.value+"&conf_file="+conffile+"&lingo="+lingo+"&backlink="+backlink;
if (backlink=='parent'){
window.frames["result"].location.href = text;
}else{
More information about the Mapbender_commits
mailing list