mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was causing trouble in many places; admins must choose another role if guest role detected in this setting; merged from MOODLE_19_STABLE
This commit is contained in:
parent
d4e5675c00
commit
ab37dc6031
3 changed files with 27 additions and 3 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 = 2008050700; // YYYYMMDD = date of the last version bump
|
||||
$version = 2008051200; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 dev (Build: 20080512)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue