]> git.mjollnir.org Git - moodle.git/commitdiff
Changed comment, sorry
authorstronk7 <stronk7>
Mon, 25 Aug 2003 17:24:44 +0000 (17:24 +0000)
committerstronk7 <stronk7>
Mon, 25 Aug 2003 17:24:44 +0000 (17:24 +0000)
mod/forum/restorelib.php

index 2a13e8757cff72cad90d002860216e785811027b..660b98e1bccc1e8b92a589b9023d8b59a2b1c363 100644 (file)
@@ -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) {