From 91e980a27162ae618ec188c00f44c9abf0c708c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 4 Nov 2007 14:33:07 +0000 Subject: #187881 by mooffie: fix misnamed database table names in schema documentation --- modules/node/node.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.install') diff --git a/modules/node/node.install b/modules/node/node.install index 9779c2ef1..09677a5c4 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -20,7 +20,7 @@ function node_schema() { 'not null' => TRUE, 'default' => 0), 'type' => array( - 'description' => t('The {node_type} of this node.'), + 'description' => t('The {node_type}.type of this node.'), 'type' => 'varchar', 'length' => 32, 'not null' => TRUE, @@ -287,7 +287,7 @@ function node_schema() { 'not null' => TRUE, 'default' => ''), 'has_body' => array( - 'description' => t('Boolean indicating whether this type uses the {node}.body field.'), + 'description' => t('Boolean indicating whether this type uses the {node_revisions}.body field.'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, -- cgit v1.2.3