From d9ec40f57ffdd26265e2559fb6b9ec1582c679d5 Mon Sep 17 00:00:00 2001 From: andreabix Date: Thu, 29 Mar 2007 18:42:20 +0000 Subject: [PATCH] Fixed "Call to undefined function print_box()" --- admin/roles/assign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/roles/assign.php b/admin/roles/assign.php index 4fcc58c8415..35c199da15a 100755 --- a/admin/roles/assign.php +++ b/admin/roles/assign.php @@ -199,7 +199,7 @@ print_heading_with_help(get_string('assignroles', 'role'), 'assignroles'); if ($context->contextlevel==CONTEXT_SYSTEM) { - print_box(get_string('globalroleswarning', 'role')); + print_simple_box(get_string('globalroleswarning', 'role')); } if ($roleid) { /// prints a form to swap roles