fixed typo

This commit is contained in:
skodak
2007-07-08 14:58:23 +00:00
parent f8e6e4dbea
commit b82caceafe
+1 -1
View File
@@ -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;
}