Skip to content

Commit

Permalink
Solved one annoying bug where label texts in sections != first
Browse files Browse the repository at this point in the history
was being always cleared, preventing some tags to be there!
  • Loading branch information
stronk7 committed Oct 20, 2004
1 parent 91bbe51 commit 4cc9465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
$strmovehere = get_string("movehere");
$strmovefull = strip_tags(get_string("movefull", "", "'$USER->activitycopyname'"));
}
$labelformatoptions->noclean = true;
}
$labelformatoptions->noclean = true;

$modinfo = unserialize($course->modinfo);

Expand Down

0 comments on commit 4cc9465

Please sign in to comment.