|
|
|
@ -21,7 +21,6 @@ if ($type == 'personal') { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
require_once '../inc/global.inc.php'; |
|
|
|
|
require_once 'agenda.lib.php'; |
|
|
|
|
require_once 'agenda.inc.php'; |
|
|
|
|
|
|
|
|
|
$current_course_tool = TOOL_CALENDAR_EVENT; |
|
|
|
@ -197,4 +196,4 @@ if ((api_is_allowed_to_edit() || $is_group_tutor) && $course_code != '-1' && $ty |
|
|
|
|
$select = $agenda->construct_not_selected_select_form($group_list, $user_list, array()); |
|
|
|
|
$tpl->assign('visible_to', $select); |
|
|
|
|
} |
|
|
|
|
$tpl->display('default/agenda/month.tpl'); |
|
|
|
|
$tpl->display('default/agenda/month.tpl'); |
|
|
|
|