[Mapbender-commits] r3989 - branches/google_dev/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 3 05:58:18 EDT 2009


Author: christoph
Date: 2009-06-03 05:58:18 -0400 (Wed, 03 Jun 2009)
New Revision: 3989

Modified:
   branches/google_dev/resources/db/google.sql
Log:


Modified: branches/google_dev/resources/db/google.sql
===================================================================
--- branches/google_dev/resources/db/google.sql	2009-06-03 09:55:34 UTC (rev 3988)
+++ branches/google_dev/resources/db/google.sql	2009-06-03 09:58:18 UTC (rev 3989)
@@ -59,3 +59,6 @@
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('900913', 'highlightPOI', 'poi_width', '14', 'width of the poi_image', 'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('900913', 'logout', 'logout_location', '', 'webside to show after logout', 'php_var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('900913', 'sandclock', 'mod_sandclock_image', '../img/sandclock.gif', 'define a sandclock image ', 'var');
+
+
+INSERT INTO gui_mb_user (fkey_gui_id, fkey_mb_user_id, mb_user_type) VALUES ("900913", 1, "owner");
\ No newline at end of file



More information about the Mapbender_commits mailing list