Small typo :-)

This commit is contained in:
stronk7 2003-10-21 09:49:55 +00:00
parent 5bc6e68fbe
commit e0234384f4

View File

@ -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']['#']);