From 93528ae1f6eca286202407d921e9ac6a36f3baae Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 12 Apr 2006 08:06:37 +0000 Subject: [PATCH] Restored topic numbers to topic format. Who deleted them?????! --- course/format/topics/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 1beb7c08e7..961c73c01f 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -174,7 +174,7 @@ } echo ''; - echo ' '; + echo ''.$section.''; echo ''; if (!isteacher($course->id) and !$thissection->visible) { // Hidden for students -- 2.39.5