mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Clean up whitespace.
This commit is contained in:
parent
b10e17ecb4
commit
5a56d93857
@ -40,7 +40,7 @@
|
||||
global $CFG;
|
||||
include_once("$CFG->dirroot/mod/quiz/lib.php");
|
||||
|
||||
//Create missing categories and reasign orphaned questions.
|
||||
// Create missing categories and reasign orphaned questions.
|
||||
fix_orphaned_questions($course);
|
||||
|
||||
// First, all categories from this course.
|
||||
|
@ -301,7 +301,6 @@
|
||||
}
|
||||
|
||||
// Print a button to start/continue an attempt, if appropriate.
|
||||
|
||||
if (!$quiz->questions) {
|
||||
print_heading(get_string("noquestions", "quiz"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user