summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-12 14:10:18 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-12 14:10:18 +0000
commitb274bf87f343f84e6004401f2fc9d23ff7611c63 (patch)
tree97e4f331bbd2783780e20ff34f45ec890d070bb2 /modules/statistics/statistics.install
parent09e27018929d40c6f609a617b974955840b12370 (diff)
downloadbrdo-b274bf87f343f84e6004401f2fc9d23ff7611c63.tar.gz
brdo-b274bf87f343f84e6004401f2fc9d23ff7611c63.tar.bz2
- Patch #182950: fieldset massaging for usability.
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 25b208f46..5ed1dd993 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -88,7 +88,7 @@ function statistics_schema() {
'description' => t('Hostname of user that visited the page.'),
),
'uid' => array(
- 'type' => 'int',
+ 'type' => 'int',
'unsigned' => TRUE,
'not null' => FALSE,
'default' => 0,