diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-10-12 14:10:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-10-12 14:10:18 +0000 |
commit | b274bf87f343f84e6004401f2fc9d23ff7611c63 (patch) | |
tree | 97e4f331bbd2783780e20ff34f45ec890d070bb2 /modules/statistics/statistics.install | |
parent | 09e27018929d40c6f609a617b974955840b12370 (diff) | |
download | brdo-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.install | 2 |
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, |