diff --git a/admin/index.php b/admin/index.php index 338a2758374..e7298cdfffa 100644 --- a/admin/index.php +++ b/admin/index.php @@ -339,8 +339,10 @@ "
".get_string("assignteachers")."
". "".get_string("deletecourse")."
". ""; - $table->data[0][2] = "". - "". + if($CFG->auth == "email" || $CFG->auth == "none" || $CFG->auth == "manual"){ + $table->data[0][2] = ""; + } + $table->data[0][2] .= "". "".get_string("assignadmins")."
". "".get_string("assigncreators")."
". "".get_string("authentication")."
"; diff --git a/course/lib.php b/course/lib.php index 2fd0b6f1218..357e896af0a 100644 --- a/course/lib.php +++ b/course/lib.php @@ -669,8 +669,10 @@ function print_admin_links ($siteid, $width=180) { $modicon[]=$icon; $moddata[]="