mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Increase length of City field MDL-19629 - Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120
This commit is contained in:
parent
07b21d0467
commit
c5c0d2ff98
6 changed files with 9 additions and 9 deletions
|
@ -3391,7 +3391,7 @@ function truncate_userinfo($info) {
|
|||
'institution' => 40,
|
||||
'department' => 30,
|
||||
'address' => 70,
|
||||
'city' => 100,
|
||||
'city' => 120,
|
||||
'country' => 2,
|
||||
'url' => 255,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue