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

- Patch #130331 by Zen: updated code comments.

parent 7c89dee5
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
......@@ -3536,7 +3536,7 @@ function system_update_1022() {
$ret[] = update_sql("CREATE INDEX {users}_created_idx ON {users} (created)");
break;
}
// Also appears as system_update_2004(). Ensure we don't update twice.
// Also appears as system_update_6004(). Ensure we don't update twice.
variable_set('system_update_1022', TRUE);
return $ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment