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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Aug 8 08:32:15 EDT 2008


Author: verenadiewald
Date: 2008-08-08 08:32:15 -0400 (Fri, 08 Aug 2008)
New Revision: 2754

Modified:
   branches/2.5/http/php/mod_meetingPoint.php
Log:
http://trac.osgeo.org/mapbender/ticket/268

Modified: branches/2.5/http/php/mod_meetingPoint.php
===================================================================
--- branches/2.5/http/php/mod_meetingPoint.php	2008-08-07 21:44:17 UTC (rev 2753)
+++ branches/2.5/http/php/mod_meetingPoint.php	2008-08-08 12:32:15 UTC (rev 2754)
@@ -44,7 +44,7 @@
 <!--
 <?php
 include('../include/dyn_js.php');
-echo "var mod_meetingPoint_target = '".$e_target[0]."';";
+echo "var mod_meetingPoint_target = '".$e_target."';";
 echo "var meetingPoint_write_to = 'meetingPoint';";
 ?>
 try{



More information about the Mapbender_commits mailing list