[Mapbender-commits] r3940 - branches/2.6/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed May 13 15:01:39 EDT 2009


Author: marc
Date: 2009-05-13 15:01:39 -0400 (Wed, 13 May 2009)
New Revision: 3940

Modified:
   branches/2.6/http/php/mod_exportElement.php
Log:
http://trac.osgeo.org/mapbender/ticket/435

Modified: branches/2.6/http/php/mod_exportElement.php
===================================================================
--- branches/2.6/http/php/mod_exportElement.php	2009-05-12 19:43:45 UTC (rev 3939)
+++ branches/2.6/http/php/mod_exportElement.php	2009-05-13 19:01:39 UTC (rev 3940)
@@ -89,6 +89,7 @@
       $insert .=  "'".$row["e_url"]."'";
    $insert .=  ");\n";
    $insert = preg_replace("/,,/", ",NULL ,", $insert);
+   $insert = preg_replace("/,,/", ",NULL ,", $insert);
 }
 
 	# export element vars
@@ -124,4 +125,4 @@
 
 ?>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Mapbender_commits mailing list