summaryrefslogtreecommitdiff
path: root/modules/block/block.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/block/block.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/block/block.install')
-rw-r--r--modules/block/block.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index db8a2f503..dc29c0ac8 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -117,7 +117,7 @@ function block_schema() {
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,
- 'description' => "The user's role ID from {users_roles}.rid.",
+ 'description' => "The user's role ID from {user_role}.rid.",
),
),
'primary key' => array('module', 'delta', 'rid'),