]> git.mjollnir.org Git - moodle.git/commitdiff
Typo in course STARTDATE
authorstronk7 <stronk7>
Sun, 27 Jul 2003 21:29:22 +0000 (21:29 +0000)
committerstronk7 <stronk7>
Sun, 27 Jul 2003 21:29:22 +0000 (21:29 +0000)
backup/restorelib.php

index 32eaf8311ff2421f494614e647b3dbdc8ade35be..3c90eb7d9a1e0a8af23a0d8c163dbec5800e5dda 100644 (file)
                         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();