[Mapbender-commits] r5503 - branches/2.6/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Feb 16 03:59:44 EST 2010
Author: christoph
Date: 2010-02-16 03:59:42 -0500 (Tue, 16 Feb 2010)
New Revision: 5503
Modified:
branches/2.6/http/classes/class_gui.php
Log:
http://lists.osgeo.org/pipermail/mapbender_users/2010-February/003205.html
Modified: branches/2.6/http/classes/class_gui.php
===================================================================
--- branches/2.6/http/classes/class_gui.php 2010-02-15 16:35:35 UTC (rev 5502)
+++ branches/2.6/http/classes/class_gui.php 2010-02-16 08:59:42 UTC (rev 5503)
@@ -259,7 +259,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