link title agenda - fixed partial #5082

skala
Ronny Velasquez 16 years ago
parent 81b46fa97b
commit d4b7b6edc0
  1. 2
      main/calendar/agenda.inc.php

@ -3571,7 +3571,7 @@ function get_week_agendaitems($courses_dbs, $month, $year, $week = '')
if ($setting_agenda_link == 'coursecode')
{
$title=$array_course_info['title'];
$agenda_link = api_substr($title, 0, 14);
$agenda_link = cut($title, 14, true);
}
else
{

Loading…
Cancel
Save