mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-20245 grade: increased the length of the user_preferences::value column and added an exception to set_user_preference() is this new length is exceeded
Conflicts: lib/db/upgrade.php version.php
This commit is contained in:
parent
c42346aa63
commit
8e54ce9717
4 changed files with 19 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
$version = 2011120500.02; // YYYYMMDD = weekly release date of this DEV branch
|
||||
$version = 2011121400.00; // YYYYMMDD = weekly release date of this DEV branch
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue