From a8990295c1146ad1938478fdd6c609707a02c1aa Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 8 Sep 2003 12:59:04 +0000 Subject: [PATCH] Fixed typo "options" --- course/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "
"; -- 2.39.5