Merge branch 'MDL-70412-310' of git://github.com/aanabit/moodle into MOODLE_310_STABLE
This commit is contained in:
@@ -509,7 +509,7 @@ EOD;
|
||||
require_once($CFG->dirroot . '/group/lib.php');
|
||||
|
||||
$this->groupcount++;
|
||||
$i = $this->groupcount;
|
||||
$i = str_pad($this->groupcount, 4, '0', STR_PAD_LEFT);
|
||||
|
||||
$record = (array)$record;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user