[Mapbender-commits] r4111 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 23 14:07:14 EDT 2009


Author: uli
Date: 2009-06-23 14:07:13 -0400 (Tue, 23 Jun 2009)
New Revision: 4111

Modified:
   trunk/mapbender/http/classes/class_wfs_deprecated.php
Log:
$_SESSION changed to new session handling

Modified: trunk/mapbender/http/classes/class_wfs_deprecated.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs_deprecated.php	2009-06-23 18:06:05 UTC (rev 4110)
+++ trunk/mapbender/http/classes/class_wfs_deprecated.php	2009-06-23 18:07:13 UTC (rev 4111)
@@ -273,7 +273,7 @@
 		$this->wfs_abstract, $this->wfs_getcapabilities, $this->wfs_getcapabilities_doc,
 		$this->wfs_upload_url, $this->wfs_describefeaturetype, $this->wfs_getfeature,
 		$this->wfs_transaction, $this->fees, $this->accessconstraints, 
-		$_SESSION["mb_user_id"], strtotime("now"));
+		$mapbender_session->get("mb_user_id"), strtotime("now"));
 		
 	$t = array('s', 's', 's', 's', 's', 's', 's', 's', 's', 's', 's', 's', 'i', 'i');
 
@@ -304,7 +304,7 @@
 	$v = array($this->wfs_version, $this->wfs_name, $this->wfs_title, $this->wfs_abstract,
 		$this->wfs_getcapabilities, $this->wfs_getcapabilities_doc, $this->wfs_upload_url,
 		$this->wfs_describefeaturetype, $this->wfs_getfeature, $this->wfs_transaction,
-		$this->fees, $this->accessconstraints, $_SESSION["mb_user_id"],strtotime("now"), 
+		$this->fees, $this->accessconstraints, $mapbender_session->get("mb_user_id"),strtotime("now"), 
 		$this->wfs_id);
 		
 	$t = array('s', 's', 's', 's', 's', 's', 's', 's' ,'s' ,'s' ,'s' ,'s' ,'i' ,'i' ,'i');



More information about the Mapbender_commits mailing list