[Mapbender-commits] r7943 -
branches/2.7/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 14 10:15:34 EDT 2011
Author: astrid_emde
Date: 2011-07-14 07:15:34 -0700 (Thu, 14 Jul 2011)
New Revision: 7943
Modified:
branches/2.7/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql
Log:
sorry () where missing
Modified: branches/2.7/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql
===================================================================
--- branches/2.7/resources/db/pgsql/UTF-8/update/update_2.5.1_to_2.6rc1_pgsql_UTF-8.sql 2011-07-14 14:05:26 UTC (rev 7942)
+++ branches/2.7/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)
@@ -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