Clean up whitespace.

This commit is contained in:
tjhunt 2007-04-25 15:37:01 +00:00
parent b10e17ecb4
commit 5a56d93857
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -301,7 +301,6 @@
}
// Print a button to start/continue an attempt, if appropriate.
if (!$quiz->questions) {
print_heading(get_string("noquestions", "quiz"));