[Mapbender-commits] r2420 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 30 09:05:32 EDT 2008


Author: astrid_emde
Date: 2008-04-30 09:05:31 -0400 (Wed, 30 Apr 2008)
New Revision: 2420

Modified:
   branches/2.5/http/php/mod_gazetteerMetadata.php
Log:
scripte moved to folder php. therefore changed path to ../php/mod_gazetteerMetadata_search.php

Modified: branches/2.5/http/php/mod_gazetteerMetadata.php
===================================================================
--- branches/2.5/http/php/mod_gazetteerMetadata.php	2008-04-30 11:36:49 UTC (rev 2419)
+++ branches/2.5/http/php/mod_gazetteerMetadata.php	2008-04-30 13:05:31 UTC (rev 2420)
@@ -99,7 +99,7 @@
    }
    else{   
 		document.getElementById("resultDivTag").innerHTML = "<table><tr><td><img src='../img/indicator_wheel.gif'></td><td>Searching...</td></tr></table>";
-		parent.mb_ajax_json("mod_gazetteerMetadata_search.php", {"search":document.form1.search.value}, function(jsonObj, status){
+		parent.mb_ajax_json("../php/mod_gazetteerMetadata_search.php", {"search":document.form1.search.value}, function(jsonObj, status){
 			document.getElementById("resultDivTag").innerHTML = displayTable(jsonObj);
 		});
 		return false;



More information about the Mapbender_commits mailing list