Skip to content

Commit

Permalink
WHoops, my last checkin had a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 3, 2004
1 parent c7ef021 commit 70fb771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Expand Up @@ -93,7 +93,7 @@ function print_recent_selector_form($course, $advancedfilter=0, $selecteduser=0,
$activities["section/$mod->section"] = "-------------- $strsection $mod->section --------------";
}
$section = $mod->section;
$mod->name = strip_tags(urldecode($mod->name);
$mod->name = strip_tags(urldecode($mod->name));
if (strlen($mod->name) > 55) {
$mod->name = substr($mod->name, 0, 50)."...";
}
Expand Down

0 comments on commit 70fb771

Please sign in to comment.