From db10cb7d1ea786cc14dc1606d2d787f44f79c2b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Oct 2007 16:08:50 +0000 Subject: - Patch #181177 by John Morahan: updated TODO (documentation). --- modules/block/block.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') 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 module_delta 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 module_delta. */ function block_list($region) { global $user, $theme_key; -- cgit v1.2.3