[Mapbender-commits] r4587 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Sep 2 09:15:11 EDT 2009
Author: christoph
Date: 2009-09-02 09:15:11 -0400 (Wed, 02 Sep 2009)
New Revision: 4587
Modified:
trunk/mapbender/http/php/mod_customTree_server.php
Log:
Modified: trunk/mapbender/http/php/mod_customTree_server.php
===================================================================
--- trunk/mapbender/http/php/mod_customTree_server.php 2009-09-02 12:59:49 UTC (rev 4586)
+++ trunk/mapbender/http/php/mod_customTree_server.php 2009-09-02 13:15:11 UTC (rev 4587)
@@ -48,8 +48,8 @@
$allowedApplicationArray = $user->getApplicationsByPermission(0);
// get all of the users applications that contain treeGDE
- $sql = "SELECT DISTINCT fkey_gui_id FROM gui_element WHERE " .
- "fkey_gui_id IN (";
+ $sql = "SELECT DISTINCT gui_id FROM gui WHERE " .
+ "gui_id IN (";
$v = array();
$t = array();
More information about the Mapbender_commits
mailing list