Skip to content
Snippets Groups Projects
Commit deeb4a0f authored by Kjartan Mannes's avatar Kjartan Mannes
Browse files

- fixing a typo

parent d92e3c16
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -551,6 +551,6 @@ CREATE TABLE watchdog ( ...@@ -551,6 +551,6 @@ CREATE TABLE watchdog (
# Insert some default values # Insert some default values
# #
INSERT INTO variable SET name='update_start', value='2002-04-23'; INSERT INTO variable SET name='update_start', value='2002-04-23 : roles cleanup';
INSERT INTO blocks SET name='User information', module='user', delta='0', status='2', weight='0', region='1', remove='0', path=''; INSERT INTO blocks SET name='User information', module='user', delta='0', status='2', weight='0', region='1', remove='0', path='';
INSERT INTO blocks SET name='Log in', module='user', delta='1', status='2', weight='0', region='1', remove='0', path=''; INSERT INTO blocks SET name='Log in', module='user', delta='1', status='2', weight='0', region='1', remove='0', path='';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment