From 92ffd629b2b0fa03d4fbf23e9b7ff15b43cae928 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 27 Jul 2003 21:29:22 +0000 Subject: [PATCH] Typo in course STARTDATE --- backup/restorelib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.5