From 4610e45b11f6f0e48acce585f68a22c83688b69a Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 4 Oct 2006 04:37:40 +0000 Subject: [PATCH] FIxed for duplicate icons MDL-6811 --- course/category.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/course/category.php b/course/category.php index 6c91af525f..86f5abd46e 100644 --- a/course/category.php +++ b/course/category.php @@ -297,7 +297,7 @@ foreach ($courses as $acourse) { - $context = get_context_instance(CONTEXT_COURSE, $acourse->id); + $context = get_context_instance(CONTEXT_COURSE, $acourse->id); $count++; $up = ($count > 1 || !$atfirstpage); @@ -343,13 +343,6 @@ ' '; } - echo ''. - ''.$strbackup.' '; - - echo ''. - ''.$strrestore.' '; - if ($up) { echo ''. -- 2.39.5