[Mapbender-commits] r7883 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 22 12:41:20 EDT 2011


Author: astrid_emde
Date: 2011-06-22 09:41:20 -0700 (Wed, 22 Jun 2011)
New Revision: 7883

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql
Log:
added another condition to sql printPDF e_js_file = ../plugins/mb_print.php as else all printPDF ements would be updated

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql	2011-06-22 08:39:57 UTC (rev 7882)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.1_to_2.7.2_pgsql_UTF-8.sql	2011-06-22 16:41:20 UTC (rev 7883)
@@ -85,5 +85,6 @@
  ));
 
 -- Bugfix for ie9 startup problem. problem with dialogs remain - they cannot be dragged
-UPDATE gui_element SET e_mb_mod = '../../lib/printbox.js,../extensions/jquery-ui-1.7.2.custom/development-bundle/external/bgiframe/jquery.bgiframe.js,../extensions/jquery.form.min.js,../extensions/wz_jsgraphics.js' WHERE e_id = 'printPDF';
+UPDATE gui_element SET e_mb_mod = '../../lib/printbox.js,../extensions/jquery-ui-1.7.2.custom/development-bundle/external/bgiframe/jquery.bgiframe.js,../extensions/jquery.form.min.js,../extensions/wz_jsgraphics.js' 
+WHERE e_id = 'printPDF' AND e_js_file = '../plugins/mb_print.php';
 



More information about the Mapbender_commits mailing list