MDL-44295 auth: Update truncate_userinfo to match current DB fields size.

This commit is contained in:
Mathieu Petit-Clair
2014-04-03 10:20:22 -04:00
parent 1a727e121e
commit e4697e1fc9
+3 -3
View File
@@ -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,