[Mapbender-commits] r3110 - branches/noframes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 3 09:30:49 EDT 2008


Author: christoph
Date: 2008-10-03 09:30:49 -0400 (Fri, 03 Oct 2008)
New Revision: 3110

Modified:
   branches/noframes/noframeGui.sql
Log:
give application to root user

Modified: branches/noframes/noframeGui.sql
===================================================================
--- branches/noframes/noframeGui.sql	2008-10-03 13:22:45 UTC (rev 3109)
+++ branches/noframes/noframeGui.sql	2008-10-03 13:30:49 UTC (rev 3110)
@@ -23,3 +23,6 @@
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('noframe', 'treeGDE', 'showstatus', 'false', 'show status in folderimages', 'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('noframe', 'treeGDE', 'wmsbuttons', 'true', 'wms management buttons', 'var');
 
+
+
+INSERT INTO gui_mb_user (fkey_gui_id, fkey_mb_user_id, mb_user_type) VALUES ('noframe', 1, 'owner');
\ No newline at end of file



More information about the Mapbender_commits mailing list