summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-18 15:19:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-18 15:19:57 +0000
commitff9e842730ccf251cf8b76401e4df1b1c6edcea2 (patch)
tree2b10ab740305648bee997708b6d651a3816e3545 /modules/node/node.install
parentdf591c8f4032041613192e1b7836725f92ea7b10 (diff)
downloadbrdo-ff9e842730ccf251cf8b76401e4df1b1c6edcea2.tar.gz
brdo-ff9e842730ccf251cf8b76401e4df1b1c6edcea2.tar.bz2
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
Diffstat (limited to 'modules/node/node.install')
-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 d0867f328..77063da92 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -43,7 +43,7 @@ function node_schema() {
'default' => '',
),
'uid' => array(
- 'description' => 'The {users}.uid that owns this node; initially, this is the user that created it.',
+ 'description' => 'The {user}.uid that owns this node; initially, this is the user that created it.',
'type' => 'int',
'not null' => TRUE,
'default' => 0,
@@ -227,7 +227,7 @@ function node_schema() {
'not null' => TRUE,
),
'uid' => array(
- 'description' => 'The {users}.uid that created this version.',
+ 'description' => 'The {user}.uid that created this version.',
'type' => 'int',
'not null' => TRUE,
'default' => 0,