Typo in course STARTDATE

This commit is contained in:
stronk7
2003-07-27 21:29:22 +00:00
parent 9bd651e876
commit 92ffd629b2
+2 -2
View File
@@ -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();