[Mapbender-commits] r3425 - branches/beck_dev/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 12 07:43:02 EST 2009


Author: beck
Date: 2009-01-12 07:43:02 -0500 (Mon, 12 Jan 2009)
New Revision: 3425

Modified:
   branches/beck_dev/http/php/mb_listGUIs.php
Log:


Modified: branches/beck_dev/http/php/mb_listGUIs.php
===================================================================
--- branches/beck_dev/http/php/mb_listGUIs.php	2009-01-12 10:57:13 UTC (rev 3424)
+++ branches/beck_dev/http/php/mb_listGUIs.php	2009-01-12 12:43:02 UTC (rev 3425)
@@ -32,7 +32,7 @@
 	$sql  = "SELECT DISTINCT gui_id,gui_name,gui_description, ggc.*,gc.category_name,gc.category_description ";
 	$sql .= "FROM gui g ";
 	$sql .= "LEFT JOIN gui_gui_category ggc ON g.gui_id = ggc.fkey_gui_id ";
-	$sql .= "LEFT JOIN gui_category gc On (ggc.fkey_gui_category_id = gc.category_id) ";
+	$sql .= "LEFT JOIN gui_category gc ON (ggc.fkey_gui_category_id = gc.category_id) ";
 	$sql .= "WHERE gui_id IN (";
 
 	for($i = 0; $i < count($arrayGUIs); $i++) {



More information about the Mapbender_commits mailing list