diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-13 15:15:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-13 15:15:07 +0000 |
commit | e68cb68c1564aa0fd30c976104b2c3350d0507ca (patch) | |
tree | 5d21015edf39f467cfc40c42c4845cddfec35e06 /modules/user/user.install | |
parent | 06fe6cae2d7cf5ed663c3d1225206113f3b5824f (diff) | |
download | brdo-e68cb68c1564aa0fd30c976104b2c3350d0507ca.tar.gz brdo-e68cb68c1564aa0fd30c976104b2c3350d0507ca.tar.bz2 |
- Patch #598862 by andypost: user role names cannot be translated.
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 6af67b9b1..ea30a1eb9 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -97,6 +97,7 @@ function user_schema() { 'not null' => TRUE, 'default' => '', 'description' => 'Unique role name.', + 'translatable' => TRUE, ), 'weight' => array( 'type' => 'int', |