[Mapbender-commits] r1089 - trunk/mapbender/owsproxy/http

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 7 03:52:35 EST 2007


Author: uli
Date: 2007-02-07 03:52:33 -0500 (Wed, 07 Feb 2007)
New Revision: 1089

Modified:
   trunk/mapbender/owsproxy/http/index.php
Log:
getGuisByPermission with second parameter


Modified: trunk/mapbender/owsproxy/http/index.php
===================================================================
--- trunk/mapbender/owsproxy/http/index.php	2007-02-06 17:29:07 UTC (rev 1088)
+++ trunk/mapbender/owsproxy/http/index.php	2007-02-07 08:52:33 UTC (rev 1089)
@@ -47,7 +47,7 @@
 db_select_db(DB,$con);
 
 $n = new administration();
-$myguis = $n->getGuisByPermission($_SESSION["mb_user_id"]);
+$myguis = $n->getGuisByPermission($_SESSION["mb_user_id"],true);
 $mywms = $n->getWmsByOwnGuis($myguis);
 
 $sql = "SELECT * FROM wms WHERE wms_owsproxy = $1";



More information about the Mapbender_commits mailing list