From: moodler Date: Mon, 8 Sep 2003 12:59:04 +0000 (+0000) Subject: Fixed typo "options" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a8990295c1146ad1938478fdd6c609707a02c1aa;p=moodle.git Fixed typo "options" --- diff --git a/course/index.php b/course/index.php index 24f877f7fc..c83991dae7 100644 --- a/course/index.php +++ b/course/index.php @@ -272,7 +272,7 @@ /// Print link to create a new course echo "
"; unset($options); - $option["category"] = $category->id; + $options["category"] = $category->id; print_single_button("edit.php", $options, get_string("addnewcourse"), "get"); echo "
"; echo "
";