Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
acd0cb06
Commit
acd0cb06
authored
Oct 26, 2002
by
Kjartan
Browse files
- blocks != boxes. Sorry :)
parent
18eb8f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
update.php
View file @
acd0cb06
...
...
@@ -621,8 +621,8 @@ function update_42() {
function
update_43
()
{
update_sql
(
"ALTER TABLE blocks DROP remove"
);
update_sql
(
"ALTER TABLE blocks DROP name"
);
update_sql
(
"UPDATE b
lock
s SET type = 0 WHERE type = 1"
);
update_sql
(
"UPDATE b
lock
s SET type = 1 WHERE type = 2"
);
update_sql
(
"UPDATE b
oxe
s SET type = 0 WHERE type = 1"
);
update_sql
(
"UPDATE b
oxe
s SET type = 1 WHERE type = 2"
);
}
function
update_upgrade3
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment