diff options
-rw-r--r-- | modules/block/block.module | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index c48eb9e73..58eac9048 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -378,9 +378,8 @@ function block_user($type, $edit, &$user, $category = NULL) { * displayed. * * @todo - * Add a proper primary key (bid) to the blocks table so we don't have - * to mess around with this <i>module</i>_<i>delta</i> construct. - * Currently, the blocks table has no primary key defined! + * Now that the blocks table has a primary key, we should use that as the + * array key instead of <i>module</i>_<i>delta</i>. */ function block_list($region) { global $user, $theme_key; |