summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-26 07:30:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-26 07:30:29 +0000
commit665c9fdc2ca50f7960c16b375685485b3eb8b1cc (patch)
tree273088dccb033efaf0e7ed718e6041842e32c7ae /modules/statistics/statistics.install
parent116de1793300f2aee3d71297c26ec448f8141196 (diff)
downloadbrdo-665c9fdc2ca50f7960c16b375685485b3eb8b1cc.tar.gz
brdo-665c9fdc2ca50f7960c16b375685485b3eb8b1cc.tar.bz2
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
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 9c140409e..e835cf317 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -91,7 +91,7 @@ function statistics_schema() {
'unsigned' => TRUE,
'not null' => FALSE,
'default' => 0,
- 'description' => 'User {user}.uid that visited the page.',
+ 'description' => 'User {users}.uid that visited the page.',
),
'timer' => array(
'type' => 'int',