diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-02-18 16:53:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-02-18 16:53:37 +0000 |
commit | 60688d68db848a94eddb4d6b3a2f6a58742b8523 (patch) | |
tree | 307b29410314cf1b10f1db88a07a25dede64f43b /modules/user/user.install | |
parent | 029b6b914fdef60b060e3e7db5cbaa6f303ad78e (diff) | |
download | brdo-60688d68db848a94eddb4d6b3a2f6a58742b8523.tar.gz brdo-60688d68db848a94eddb4d6b3a2f6a58742b8523.tar.bz2 |
- Patch #181411 by Moshe: use schema API for saving and updating user records.
Diffstat (limited to 'modules/user/user.install')
-rw-r--r-- | modules/user/user.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index 6df206e02..d96adec00 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -247,6 +247,7 @@ function user_schema() { 'type' => 'text', 'not null' => FALSE, 'size' => 'big', + 'serialize' => TRUE, 'description' => t('A serialized array of name value pairs that are related to the user. Any form values posted during user edit are stored and are loaded into the $user object during user_load(). Use of this field is discouraged and it will likely disappear in a future version of Drupal.'), ), ), |