Skip to content

Commit

Permalink
Small typo in course STARTDATE.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 27, 2003
1 parent c11c6fe commit 9bd651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/backuplib.php
Expand Up @@ -423,7 +423,7 @@ function backup_course_start ($bf,$preferences) {
fwrite ($bf,full_tag("STUDENT",3,false,$course->student));
fwrite ($bf,full_tag("STUDENTS",3,false,$course->students));
fwrite ($bf,full_tag("GUEST",3,false,$course->guest));
fwrite ($bf,full_tag("STARDATE",3,false,$course->stardate));
fwrite ($bf,full_tag("STARTDATE",3,false,$course->startdate));
fwrite ($bf,full_tag("NUMSECTIONS",3,false,$course->numsections));
fwrite ($bf,full_tag("SHOWRECENT",3,false,$course->showrecent));
fwrite ($bf,full_tag("MARKER",3,false,$course->marker));
Expand Down

0 comments on commit 9bd651e

Please sign in to comment.