From e02ff1427e5180ec6a7e51b9d76051391682ce98 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 25 Aug 2003 17:24:44 +0000 Subject: [PATCH] Changed comment, sorry --- mod/forum/restorelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/restorelib.php b/mod/forum/restorelib.php index 2a13e8757c..660b98e1bc 100644 --- a/mod/forum/restorelib.php +++ b/mod/forum/restorelib.php @@ -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) { -- 2.39.5