mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Increase length of City field MDL-19629 - longest place name in NZ is Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu which doesn't fit in 20 chars, I figure 100 chars should be enough
This commit is contained in:
parent
7851bd35ae
commit
ba0c097216
11 changed files with 395 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2010070700; // YYYYMMDD = date of the last version bump
|
||||
$version = 2010070701; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 Preview 4+ (Build: 20100708)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue