]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo :-)
authorstronk7 <stronk7>
Tue, 21 Oct 2003 09:49:55 +0000 (09:49 +0000)
committerstronk7 <stronk7>
Tue, 21 Oct 2003 09:49:55 +0000 (09:49 +0000)
mod/glossary/restorelib.php

index f0f13ad79cf6030acb692fbf4ef115b571c25edf..c40fd2bfcc4164e7f3d0bcdd8df4d714024cef94 100644 (file)
             $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']['#']);