From 770156e5f80f4bd1ece83753da5ca36bf392e847 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 30 May 2007 02:22:43 +0000 Subject: [PATCH] fixing a typo --- backup/backuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5