Putting back print_box in 1.8. I know, I cocked up and committed a print_box in 1.7 when I backported something. In 1.7, that function does not exist. Thanks toÊAndrea Bicciolo for fixing it. But in 1.8, print_simple_box has been deprecated.

This commit is contained in:
tjhunt
2007-03-29 22:09:35 +00:00
parent daea824d68
commit 989f2ccd47
+1 -1
View File
@@ -211,7 +211,7 @@
}
if ($context->contextlevel==CONTEXT_SYSTEM) {
print_simple_box(get_string('globalroleswarning', 'role'));
print_box(get_string('globalroleswarning', 'role'));
}
if ($roleid) { /// prints a form to swap roles