From: toyomoyo Date: Wed, 30 May 2007 02:22:43 +0000 (+0000) Subject: fixing a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=770156e5f80f4bd1ece83753da5ca36bf392e847;p=moodle.git fixing a typo --- diff --git a/backup/backuplib.php b/backup/backuplib.php index 867e8e83af..4c388d9dcd 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -1598,7 +1598,7 @@ $status = true; // find all calculations belonging to this item - if ($histories = get_records('grades_history', 'itemid', $itemid)) { + if ($histories = get_records('grade_history', 'itemid', $itemid)) { fwrite ($bf,start_tag("GRADE_GRADES_HISTORY",5,true)); foreach ($histories as $history) { fwrite ($bf,start_tag("GRADE_HISTORY",6,true));