MDL-29350 Prevent duplication of groupings when copying activities

This patch also includes a database upgrade to correct data produced as a
result of this bug.
This commit is contained in:
Henning Bostelmann 2011-09-13 01:11:19 +01:00 committed by Andrew Robert Nicols
parent 6be90ce05f
commit 6336bd914a
3 changed files with 24 additions and 2 deletions

View file

@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2011111500.00; // YYYYMMDD = weekly release date of this DEV branch
$version = 2011111500.01; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes