[Mapbender-commits] r4184 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 25 05:33:00 EDT 2009


Author: vera
Date: 2009-06-25 05:33:00 -0400 (Thu, 25 Jun 2009)
New Revision: 4184

Modified:
   trunk/mapbender/http/php/mod_loadWFSCapabilities.php
Log:
session var angepasst

Modified: trunk/mapbender/http/php/mod_loadWFSCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadWFSCapabilities.php	2009-06-25 09:32:02 UTC (rev 4183)
+++ trunk/mapbender/http/php/mod_loadWFSCapabilities.php	2009-06-25 09:33:00 UTC (rev 4184)
@@ -85,7 +85,7 @@
 
 <?php
 $admin = new administration();
-$ownguis = $admin->getGuisByOwner($_SESSION["mb_user_id"],true);
+$ownguis = $admin->getGuisByOwner(Mapbender::session()->get("mb_user_id"),true);
 echo count($ownguis)."<br>";
 echo "<form name='form1' action='" . $self ."' method='post'>";
 echo "<table cellpadding='0' cellspacing='0' border='0'>";



More information about the Mapbender_commits mailing list