public/main/calendar/agenda.php
Variable "course_info" is not in valid camel caps format Open
Open
if (!empty($course_info)) {
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$event_type = $id_list[0];
- Exclude checks
Variable "group_properties" is not in valid camel caps format Open
Open
'name' => get_lang('Group area').' '.$group_properties['name'],
- Exclude checks
Variable "ical_type" is not in valid camel caps format Open
Open
$ical_type = $_FILES['ical_import']['type'];
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$event_type = 'platform' === $event_type ? 'admin' : $event_type;
- Exclude checks
Variable "ical_name" is not in valid camel caps format Open
Open
$ical_name = $_FILES['ical_import']['name'];
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
if (!empty($course_info)) {
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
if (!$allowToEdit && 'course' === $event_type) {
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info();
- Exclude checks
Variable "ical_name" is not in valid camel caps format Open
Open
$ext = substr($ical_name, (strrpos($ical_name, ".") + 1));
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$content = $agenda->importEventFile($course_info, $_FILES['ical_import']);
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$agendaUrl = api_get_path(WEB_CODE_PATH).'calendar/agenda_js.php?&type='.$event_type;
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$event_type = $id_list[0];
- Exclude checks
Variable "ical_name" is not in valid camel caps format Open
Open
$ext = substr($ical_name, (strrpos($ical_name, ".") + 1));
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$agenda = new Agenda($event_type);
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$event_type = 'platform' === $event_type ? 'admin' : $event_type;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$type = $event_type = $_GET['type'] ?? null;
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
if ('course' === $event_type) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = api_get_group_id();
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$id_list = explode('_', $eventId);
- Exclude checks
Variable "use_anonymous" is not in valid camel caps format Open
Open
$use_anonymous = true;
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info();
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$id_list = $eventId;
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$eventId = $id_list[1];
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_properties = GroupManager::get_group_properties($group_id);
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_CALENDAR_EVENT;
- Exclude checks
Variable "group_properties" is not in valid camel caps format Open
Open
$group_properties = GroupManager::get_group_properties($group_id);
- Exclude checks
Variable "event_type" is not in valid camel caps format Open
Open
$event_type = 'platform' === $event_type ? 'admin' : $event_type;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (!empty($group_id)) {
- Exclude checks