From: stronk7 Date: Tue, 21 Oct 2003 09:49:55 +0000 (+0000) Subject: Small typo :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e0234384f43576d4f486177ae673831b4cd94a8c;p=moodle.git Small typo :-) --- 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']['#']);