[Mapbender-commits] r4817 - branches/2.6/http/extensions
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 20 08:06:42 EDT 2009
Author: christoph
Date: 2009-10-20 08:06:41 -0400 (Tue, 20 Oct 2009)
New Revision: 4817
Modified:
branches/2.6/http/extensions/ext_weldMaps.php
Log:
removed obsolete session_start()
Modified: branches/2.6/http/extensions/ext_weldMaps.php
===================================================================
--- branches/2.6/http/extensions/ext_weldMaps.php 2009-10-20 12:06:24 UTC (rev 4816)
+++ branches/2.6/http/extensions/ext_weldMaps.php 2009-10-20 12:06:41 UTC (rev 4817)
@@ -114,7 +114,7 @@
return $newResolution;
}
}
-session_start();
+
$map_urls = explode("###",$_SESSION["mb_print_url"]);
$output = new weldMaps($map_urls, $_SESSION["mb_print_resolution"]);
-?>
\ No newline at end of file
+?>
More information about the Mapbender_commits
mailing list