mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
Remove deprecated function call.
This commit is contained in:
parent
fb3611a567
commit
6acbb3192b
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user