From 0baf9f0f235640553f1e151c1ef7673e4648a7ca Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 4 Oct 2006 04:40:55 +0000 Subject: [PATCH] Fixed roles link a bit --- course/category.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/course/category.php b/course/category.php index 86f5abd46e..2afdfae292 100644 --- a/course/category.php +++ b/course/category.php @@ -107,7 +107,8 @@ } /// Print link to roles - print(''.get_string('roles').''); + echo ''; /// Print the category selector -- 2.39.5