From 60688d68db848a94eddb4d6b3a2f6a58742b8523 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Feb 2008 16:53:37 +0000 Subject: - Patch #181411 by Moshe: use schema API for saving and updating user records. --- modules/user/user.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user/user.install') 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.'), ), ), -- cgit v1.2.3