[Mapbender-commits] r3379 -
branches/2.5/resources/db/postgresql/utf8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jan 2 04:21:46 EST 2009
Author: christoph
Date: 2009-01-02 04:21:46 -0500 (Fri, 02 Jan 2009)
New Revision: 3379
Modified:
branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql
Log:
missing ;
Modified: branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql
===================================================================
--- branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql 2009-01-02 09:12:12 UTC (rev 3378)
+++ branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql 2009-01-02 09:21:46 UTC (rev 3379)
@@ -2,7 +2,7 @@
-- database changes in version 2.5.1
--
-UPDATE gui_element SET e_closetag = '' WHERE e_element = 'img'
+UPDATE gui_element SET e_closetag = '' WHERE e_element = 'img';
-- translations missing for bg,gr,nl
INSERT INTO translations (locale, msgid, msgstr) VALUES ('de', 'Set language', 'Sprache auswählen');
More information about the Mapbender_commits
mailing list