<li>in the agenda you can display the X upcoming events (can be configured by the platform admin)</li>
<li>The course agenda now has a month view like the my agenda</li>
<li>In the user list of the platform administration you can now quickly see for what courses the user is subscribed by hovering over the courses icon</li>
</ul>
<li>the platform system announcements can now be sent through email also</li>
if (SystemAnnouncementManager::update_announcement($values['id'],$values['title'],$values['content'],$values['start'],$values['end'],$values['visible_teacher'],$values['visible_student'],$values['visible_guest'], $values['lang']))
if (SystemAnnouncementManager::update_announcement($values['id'],$values['title'],$values['content'],$values['start'],$values['end'],$values['visible_teacher'],$values['visible_student'],$values['visible_guest'], $values['lang'],$values['send_mail']))