Skip to content
Snippets Groups Projects
Commit 4e5872fa authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Return to avoid warning message.

parent 0d7426a1
No related branches found
No related tags found
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
...@@ -1081,6 +1081,7 @@ function update_86() { ...@@ -1081,6 +1081,7 @@ function update_86() {
$ret[] = update_sql("INSERT INTO {users_roles} (uid, rid) SELECT uid, rid FROM {users}"); $ret[] = update_sql("INSERT INTO {users_roles} (uid, rid) SELECT uid, rid FROM {users}");
// TODO: should we verify the insert above worked before dropping rid? // TODO: should we verify the insert above worked before dropping rid?
$ret[] = update_sql("ALTER TABLE {users} DROP rid"); $ret[] = update_sql("ALTER TABLE {users} DROP rid");
return $ret;
} }
function update_sql($sql) { function update_sql($sql) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment