mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
WHoops, my last checkin had a typo
This commit is contained in:
parent
c7ef02178e
commit
70fb77128f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function print_recent_selector_form($course, $advancedfilter=0, $selecteduser=0,
|
||||||
$activities["section/$mod->section"] = "-------------- $strsection $mod->section --------------";
|
$activities["section/$mod->section"] = "-------------- $strsection $mod->section --------------";
|
||||||
}
|
}
|
||||||
$section = $mod->section;
|
$section = $mod->section;
|
||||||
$mod->name = strip_tags(urldecode($mod->name);
|
$mod->name = strip_tags(urldecode($mod->name));
|
||||||
if (strlen($mod->name) > 55) {
|
if (strlen($mod->name) > 55) {
|
||||||
$mod->name = substr($mod->name, 0, 50)."...";
|
$mod->name = substr($mod->name, 0, 50)."...";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue