MDL-44295 auth: Update truncate_userinfo to match current DB fields size.
This commit is contained in:
+3
-3
@@ -4138,9 +4138,9 @@ function truncate_userinfo(array $info) {
|
||||
'icq' => 15,
|
||||
'phone1' => 20,
|
||||
'phone2' => 20,
|
||||
'institution' => 40,
|
||||
'department' => 30,
|
||||
'address' => 70,
|
||||
'institution' => 255,
|
||||
'department' => 255,
|
||||
'address' => 255,
|
||||
'city' => 120,
|
||||
'country' => 2,
|
||||
'url' => 255,
|
||||
|
||||
Reference in New Issue
Block a user