We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2605004 commit 0099e17Copy full SHA for 0099e17
amp/xmlpatches/4.0/GGW-207-Require-Login-For-GIS.xml
@@ -9,7 +9,7 @@
9
<script>
10
<lang delimiter=";" type="postgres"><![CDATA[
11
INSERT INTO amp_global_settings(id, settingsname, settingsvalue, possiblevalues, description, section, value_translatable, internal)
12
- VALUES (nextval('amp_global_settings_seq'), 'Login Required For GIS', 'true', 't_Boolean', 'Login Required For GIS', 'general', null, FALSE);
+ VALUES (nextval('amp_global_settings_seq'), 'Login Required For GIS', 'true', 't_Boolean', 'Login Required For GIS', 'gis', null, FALSE);
13
]]></lang>
14
</script>
15
</apply>
0 commit comments