[Mapbender-commits] r7843 - branches/2.7/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jun 6 05:28:11 EDT 2011


Author: astrid_emde
Date: 2011-06-06 02:28:11 -0700 (Mon, 06 Jun 2011)
New Revision: 7843

Modified:
   branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql
Log:
-- replace too many ' in definition

http://trac.osgeo.org/mapbender/ticket/836

Modified: branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql
===================================================================
--- branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql	2011-06-06 09:27:28 UTC (rev 7842)
+++ branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql	2011-06-06 09:28:11 UTC (rev 7843)
@@ -18,3 +18,7 @@
 where fkey_gui_id = 'template_print' and e_id ='printButton' ;
 
 UPDATE gui_element  SET e_more_styles = '' WHERE e_id = 'showCoords_div'  AND e_more_styles LIKE 'background-color:white%';
+
+-- replace too many ' in definition
+UPDATE gui_element set e_attributes = replace(e_attributes,'''"','"') where e_id IN ('updateWMSs','owsproxy','editGUI_WMS');
+



More information about the Mapbender_commits mailing list