|
|
|
|
@ -485,7 +485,7 @@ class Thematic |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$thematic_advance_item = '<div><strong>'.api_get_local_time($thematic_advance['start_date']).$session_star.'</strong></div>'; |
|
|
|
|
$thematic_advance_item = '<div><strong>'.api_convert_and_format_date($thematic_advance['start_date'], DATE_TIME_FORMAT_LONG).$session_star.'</strong></div>'; |
|
|
|
|
// $thematic_advance_item .= '<div>'.get_lang('DurationInHours').' : '.$thematic_advance['duration'].'</div>'; |
|
|
|
|
$thematic_advance_item .= '<div>'.$thematic_advance['duration'].' '.get_lang('HourShort').'</div>'; |
|
|
|
|
$thematic_advance_item .= '<div>'.Security::remove_XSS($thematic_advance['content'], STUDENT).'</div>'; |
|
|
|
|
|