diff options
Diffstat (limited to 'modules/dblog/dblog.install')
-rw-r--r-- | modules/dblog/dblog.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install index 0d3e2e363..a1dbbf344 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' => 'The {user}.uid of the user who triggered the event.', + 'description' => 'The {users}.uid of the user who triggered the event.', ), 'type' => array( 'type' => 'varchar', |