From: stronk7 Date: Sun, 27 Jul 2003 21:29:22 +0000 (+0000) Subject: Typo in course STARTDATE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=92ffd629b2b0fa03d4fbf23e9b7ff15b43cae928;p=moodle.git Typo in course STARTDATE --- diff --git a/backup/restorelib.php b/backup/restorelib.php index 32eaf8311f..3c90eb7d9a 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -1074,8 +1074,8 @@ case "GUEST": $this->info->course_guest = $this->getContents(); break; - case "STARDATE": - $this->info->course_stardate = $this->getContents(); + case "STARTDATE": + $this->info->course_startdate = $this->getContents(); break; case "NUMSECTIONS": $this->info->course_numsections = $this->getContents();