Follow up fix for MDL-11436 'Encapsulate "accesshide" HTML class in function', and use.

This commit is contained in:
nfreear 2007-10-15 10:04:41 +00:00
parent bddd9f6f40
commit f79f249490
3 changed files with 5 additions and 5 deletions

View file

@ -321,7 +321,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
$popup = calendar_get_popup(true, false);
$cell = '<a href="#" '.$popup.'>'.$day.'</a>';
}
$cell = '<span class="accesshide">'.$today.' </span>'.$cell;
$cell = get_accesshide($today.' ').$cell;
}
// Just display it