mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Restored topic numbers to topic format. Who deleted them?????!
This commit is contained in:
parent
5509b4cdc0
commit
93528ae1f6
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
|||
}
|
||||
|
||||
echo '<tr id="section-'.$section.'" class="section main'.$sectionstyle.'">';
|
||||
echo '<td class="left side"> </td>';
|
||||
echo '<td class="left side">'.$section.'</td>';
|
||||
|
||||
echo '<td class="content">';
|
||||
if (!isteacher($course->id) and !$thissection->visible) { // Hidden for students
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue