summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.install
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/statistics/statistics.install
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/statistics/statistics.install')
-rw-r--r--modules/statistics/statistics.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install
index 5ed1dd993..324616af8 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -92,7 +92,7 @@ function statistics_schema() {
'unsigned' => TRUE,
'not null' => FALSE,
'default' => 0,
- 'description' => t('User {user}.uid that visited the page.'),
+ 'description' => t('User {users}.uid that visited the page.'),
),
'timer' => array(
'type' => 'int',