[Mapbender-commits] r2765 - branches/2.5/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Aug 11 06:25:10 EDT 2008


Author: christoph
Date: 2008-08-11 06:25:09 -0400 (Mon, 11 Aug 2008)
New Revision: 2765

Modified:
   branches/2.5/conf/session.conf
Log:
fixes http://trac.osgeo.org/mapbender/ticket/260

Modified: branches/2.5/conf/session.conf
===================================================================
--- branches/2.5/conf/session.conf	2008-08-11 08:21:14 UTC (rev 2764)
+++ branches/2.5/conf/session.conf	2008-08-11 10:25:09 UTC (rev 2765)
@@ -8,6 +8,8 @@
 $_SESSION["mb_myPOI"] = $_REQUEST["mb_myPOI"];
 $_SESSION["mb_myPOI2SCALE"] = $_REQUEST["mb_myPOI2SCALE"];
 
+$_SESSION["mb_lang"] = $_REQUEST["lang"];
+
 $_SESSION["mb_myWmc"] = "";
 $_SESSION["mb_myWmc_action"] = "";
 if ($_REQUEST["wmc_id"]) {



More information about the Mapbender_commits mailing list