]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed typo "options"
authormoodler <moodler>
Mon, 8 Sep 2003 12:59:04 +0000 (12:59 +0000)
committermoodler <moodler>
Mon, 8 Sep 2003 12:59:04 +0000 (12:59 +0000)
course/index.php

index 24f877f7fcde32f04d9974d31709bb53e3c811b6..c83991dae7b941b1dd73072da78bd45386750315 100644 (file)
     /// Print link to create a new course
     echo "<center>";
     unset($options);
-    $option["category"] = $category->id;
+    $options["category"] = $category->id;
     print_single_button("edit.php", $options, get_string("addnewcourse"), "get");
     echo "<br />";
     echo "</center>";