From e0234384f43576d4f486177ae673831b4cd94a8c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 21 Oct 2003 09:49:55 +0000 Subject: [PATCH] Small typo :-) --- mod/glossary/restorelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/restorelib.php b/mod/glossary/restorelib.php index f0f13ad79c..c40fd2bfcc 100644 --- a/mod/glossary/restorelib.php +++ b/mod/glossary/restorelib.php @@ -122,7 +122,7 @@ $entry->usedynalink = backup_todb($ent_info['#']['USEDYNALINK']['0']['#']); $entry->casesensitive = backup_todb($ent_info['#']['CASESENSITIVE']['0']['#']); $entry->fullmatch = backup_todb($ent_info['#']['FULLMATCH']['0']['#']); - $entry->approved = backup_todb($ent_info['#']['approved']['0']['#']); + $entry->approved = backup_todb($ent_info['#']['APPROVED']['0']['#']); $entry->timecreated = backup_todb($ent_info['#']['TIMECREATED']['0']['#']); $entry->timemodified = backup_todb($ent_info['#']['TIMEMODIFIED']['0']['#']); $entry->teacherentry = backup_todb($ent_info['#']['TEACHERENTRY']['0']['#']); -- 2.39.5