[Mapbender-commits] r5022 - branches/2.6/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Nov 23 04:21:07 EST 2009


Author: verenadiewald
Date: 2009-11-23 04:20:58 -0500 (Mon, 23 Nov 2009)
New Revision: 5022

Modified:
   branches/2.6/conf/wfs_additional_spatial_search.conf
Log:
missing echo in line 63

Modified: branches/2.6/conf/wfs_additional_spatial_search.conf
===================================================================
--- branches/2.6/conf/wfs_additional_spatial_search.conf	2009-11-20 11:47:10 UTC (rev 5021)
+++ branches/2.6/conf/wfs_additional_spatial_search.conf	2009-11-23 09:20:58 UTC (rev 5022)
@@ -60,7 +60,7 @@
 /**
  * If no results are found, show this message
  */
-var noResultMsg = '<?php _mb("No result");?>';
+var noResultMsg = '<?php echo _mb("No result");?>';
 
 /**
  * Path to the server-side module that performs the WFS request



More information about the Mapbender_commits mailing list