summaryrefslogtreecommitdiff
path: root/modules/dblog
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/dblog
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/dblog')
-rw-r--r--modules/dblog/dblog.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install
index acea095bd..beeae3dc5 100644
--- a/modules/dblog/dblog.install
+++ b/modules/dblog/dblog.install
@@ -33,7 +33,7 @@ function dblog_schema() {
'type' => 'int',
'not null' => TRUE,
'default' => 0,
- 'description' => t('The {user}.uid of the user who triggered the event.'),
+ 'description' => t('The {users}.uid of the user who triggered the event.'),
),
'type' => array(
'type' => 'varchar',