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

- Patch #181177 by John Morahan: updated TODO (documentation).

parent eaf4dd39
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
...@@ -378,9 +378,8 @@ function block_user($type, $edit, &$user, $category = NULL) { ...@@ -378,9 +378,8 @@ function block_user($type, $edit, &$user, $category = NULL) {
* displayed. * displayed.
* *
* @todo * @todo
* Add a proper primary key (bid) to the blocks table so we don't have * Now that the blocks table has a primary key, we should use that as the
* to mess around with this <i>module</i>_<i>delta</i> construct. * array key instead of <i>module</i>_<i>delta</i>.
* Currently, the blocks table has no primary key defined!
*/ */
function block_list($region) { function block_list($region) {
global $user, $theme_key; global $user, $theme_key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment