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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Feb 16 04:00:39 EST 2010


Author: christoph
Date: 2010-02-16 04:00:39 -0500 (Tue, 16 Feb 2010)
New Revision: 5504

Modified:
   trunk/mapbender/http/classes/class_gui.php
Log:
http://lists.osgeo.org/pipermail/mapbender_users/2010-February/003205.html

Modified: trunk/mapbender/http/classes/class_gui.php
===================================================================
--- trunk/mapbender/http/classes/class_gui.php	2010-02-16 08:59:42 UTC (rev 5503)
+++ trunk/mapbender/http/classes/class_gui.php	2010-02-16 09:00:39 UTC (rev 5504)
@@ -436,7 +436,7 @@
 			
 			array_push($sql, "INSERT INTO gui_wfs_conf (fkey_gui_id, fkey_wfs_conf_id) SELECT $1, fkey_wfs_conf_id FROM gui_wfs_conf WHERE fkey_gui_id = $2;");
 			array_push($v, array($newGuiName, $guiList));
-			array_push($t, array("s", "i"));
+			array_push($t, array("s", "s"));
 
 
 			array_push($sql, "INSERT INTO gui_wms (fkey_gui_id, fkey_wms_id, gui_wms_position, gui_wms_mapformat, gui_wms_featureinfoformat, gui_wms_exceptionformat, gui_wms_epsg, gui_wms_visible) SELECT $1, fkey_wms_id, gui_wms_position, gui_wms_mapformat, gui_wms_featureinfoformat, gui_wms_exceptionformat, gui_wms_epsg, gui_wms_visible FROM gui_wms WHERE fkey_gui_id = $2;");



More information about the Mapbender_commits mailing list