Remove deprecated function call.
This commit is contained in:
@@ -371,7 +371,7 @@ class question_category_object {
|
||||
$vars = new stdClass;
|
||||
$vars->name = $category->name;
|
||||
$vars->count = $questionsincategory;
|
||||
print_simple_box(get_string("categorymove", "quiz", $vars), "center");
|
||||
print_box(get_string('categorymove', 'quiz', $vars), 'generalbox boxaligncenter');
|
||||
$this->moveform->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user