fixing a typo

This commit is contained in:
toyomoyo
2007-05-30 02:22:43 +00:00
parent a246d4d269
commit 770156e5f8
+1 -1
View File
@@ -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));