mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
Changed comment, sorry
This commit is contained in:
parent
cd6232200c
commit
e02ff1427e
@ -60,7 +60,7 @@
|
||||
$forum->forcesubscribe = backup_todb($info['MOD']['#']['FORCESUBSCRIBE']['0']['#']);
|
||||
$forum->timemodified = backup_todb($info['MOD']['#']['TIMEMODIFIED']['0']['#']);
|
||||
|
||||
//We have to recode the scale field if it's <0 (default now always)
|
||||
//We have to recode the scale field if it's <0 (positive is a grade, not a scale)
|
||||
if ($forum->scale < 0) {
|
||||
$scale = backup_getid($restore->backup_unique_code,"scale",abs($forum->scale));
|
||||
if ($scale) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user