summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 14:33:07 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 14:33:07 +0000
commit91e980a27162ae618ec188c00f44c9abf0c708c5 (patch)
tree012938331b557524af888d13ccc1b2e60df70ca6 /modules/node
parent75a6f4ded4a57281717263accb806ce8971aa732 (diff)
downloadbrdo-91e980a27162ae618ec188c00f44c9abf0c708c5.tar.gz
brdo-91e980a27162ae618ec188c00f44c9abf0c708c5.tar.bz2
#187881 by mooffie: fix misnamed database table names in schema documentation
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.install4
1 files changed, 2 insertions, 2 deletions
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,