[Mapbender-commits] r7944 -
trunk/mapbender/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 14 10:15:55 EDT 2011
Author: astrid_emde
Date: 2011-07-14 07:15:55 -0700 (Thu, 14 Jul 2011)
New Revision: 7944
Modified:
trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql
Log:
sorry () where missing
Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql 2011-07-14 14:15:34 UTC (rev 7943)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql 2011-07-14 14:15:55 UTC (rev 7944)
@@ -131,7 +131,7 @@
<option value="EPSG:31466">EPSG:31466</option>
<option value="EPSG:31467">EPSG:31467</option>
<option value="EPSG:31468">EPSG:31468</option>
-<option value="EPSG:31469">EPSG:31469</option>' WHERE e_id = 'changeEPSG' and e_content IS NULL or e_content = '';
+<option value="EPSG:31469">EPSG:31469</option>' WHERE e_id = 'changeEPSG' and (e_content IS NULL or e_content = '');
DELETE FROM gui_element WHERE e_id = 'closePolygon';
More information about the Mapbender_commits
mailing list