Remove deprecated function call.

This commit is contained in:
tjhunt 2009-07-22 07:05:57 +00:00
parent fb3611a567
commit 6acbb3192b

View File

@ -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();
}