From b82caceafe7588664316737e2067b7cc943d5599 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 8 Jul 2007 14:58:23 +0000 Subject: [PATCH] fixed typo --- mod/data/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/lib.php b/mod/data/lib.php index 3b6ebb1cf4..f0f14e5a08 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -692,7 +692,7 @@ function data_delete_instance($id) { //takes the dataid $result = delete_records('data', 'id', $id); - glossary_grade_item_delete($data); + data_grade_item_delete($data); return $result; } -- 2.39.5