summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-06 16:08:50 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-06 16:08:50 +0000
commitdb10cb7d1ea786cc14dc1606d2d787f44f79c2b7 (patch)
treef2d9ab52bcee13f6b59a8a989ce1739ea28b8c17 /modules/block
parenteaf4dd39c2d4c0fb66312646d73aa04d0a5c6c6a (diff)
downloadbrdo-db10cb7d1ea786cc14dc1606d2d787f44f79c2b7.tar.gz
brdo-db10cb7d1ea786cc14dc1606d2d787f44f79c2b7.tar.bz2
- Patch #181177 by John Morahan: updated TODO (documentation).
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.module5
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;