public/main/calendar/agenda_js.php
Variable "export_icon_low" is not in valid camel caps format Open
Open
$export_icon_low = ActionIcon::EXPORT_ARCHIVE;
- Exclude checks
Variable "export_icon_high" is not in valid camel caps format Open
Open
$export_icon_high = ActionIcon::EXPORT_ARCHIVE;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if ('course' === $type && !empty($group_id)) {
- Exclude checks
Variable "can_add_events" is not in valid camel caps format Open
Open
$tpl->assign('can_add_events', $can_add_events);
- 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 "group_id" is not in valid camel caps format Open
Open
$group_id = api_get_group_id();
- 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 "type_label" is not in valid camel caps format Open
Open
$type_label = get_lang(ucfirst($type).'Calendar');
- Exclude checks
Variable "type_event_class" is not in valid camel caps format Open
Open
$type_event_class = 'session_event';
- Exclude checks
Variable "can_add_events" is not in valid camel caps format Open
Open
$can_add_events = 0;
- Exclude checks
Variable "extra_field_data" is not in valid camel caps format Open
Open
isset($extra_field_data['google_calendar_url']) &&
- Exclude checks
Variable "extra_field_data" is not in valid camel caps format Open
Open
$tpl->assign('google_calendar_url', $extra_field_data['google_calendar_url']);
- Exclude checks
Variable "type_label" is not in valid camel caps format Open
Open
$type_label = get_lang('Session calendar');
- Exclude checks
Variable "type_event_class" is not in valid camel caps format Open
Open
$tpl->assign('type_event_class', $type_event_class);
- Exclude checks
Variable "agenda_ajax_url" is not in valid camel caps format Open
Open
$agenda_ajax_url = api_get_path(WEB_AJAX_PATH).'agenda.ajax.php?type='.$type;
- Exclude checks
Variable "agenda_ajax_url" is not in valid camel caps format Open
Open
$tpl->assign('web_agenda_ajax_url', $agenda_ajax_url);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_MYAGENDA;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "can_add_events" is not in valid camel caps format Open
Open
$can_add_events = 1;
- Exclude checks
Variable "agenda_ajax_url" is not in valid camel caps format Open
Open
$agenda_ajax_url .= '&'.api_get_cidreq();
- 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 "extra_field_data" is not in valid camel caps format Open
Open
$extra_field_data = UserManager::get_extra_user_data_by_field(
- Exclude checks
Variable "can_add_events" is not in valid camel caps format Open
Open
$can_add_events = 1;
- Exclude checks
Variable "region_value" is not in valid camel caps format Open
Open
$region_value = 'en-GB';
- Exclude checks
Variable "type_event_class" is not in valid camel caps format Open
Open
$type_event_class = $type.'_event';
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "extra_field_data" is not in valid camel caps format Open
Open
if (!empty($extra_field_data) &&
- Exclude checks
Variable "extra_field_data" is not in valid camel caps format Open
Open
!empty($extra_field_data['google_calendar_url'])
- Exclude checks
Variable "type_event_class" is not in valid camel caps format Open
Open
$type_event_class = 'group_event';
- Exclude checks
Variable "type_label" is not in valid camel caps format Open
Open
$type_label = get_lang('Agenda');
- Exclude checks
Variable "can_add_events" is not in valid camel caps format Open
Open
$can_add_events = 1;
- Exclude checks
Variable "region_value" is not in valid camel caps format Open
Open
$region_value = api_get_language_isocode();
- Exclude checks
Variable "export_icon" is not in valid camel caps format Open
Open
$export_icon = ActionIcon::EXPORT_ARCHIVE;
- Exclude checks
Variable "export_icon_high" is not in valid camel caps format Open
Open
$export_icon_high,
- Exclude checks
Variable "agenda_ajax_url" is not in valid camel caps format Open
Open
$agenda_ajax_url = api_get_path(WEB_AJAX_PATH).'agenda.ajax.php?user_id='.$userId.'&type='.$type;
- Exclude checks
Variable "type_event_class" is not in valid camel caps format Open
Open
switch ($type_event_class) {
- Exclude checks
Variable "type_label" is not in valid camel caps format Open
Open
$tpl->assign('type_label', $type_label);
- Exclude checks
Variable "agenda_ajax_url" is not in valid camel caps format Open
Open
$agenda_ajax_url .= '&sec_token='.Security::get_token();
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_CALENDAR_EVENT;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
if ('course' === $type && !empty($session_id)) {
- Exclude checks
Variable "use_anonymous" is not in valid camel caps format Open
Open
$use_anonymous = true;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = api_get_session_id();
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (!empty($group_id)) {
- Exclude checks
Variable "region_value" is not in valid camel caps format Open
Open
if ('en' === $region_value) {
- Exclude checks
Variable "region_value" is not in valid camel caps format Open
Open
$tpl->assign('region_value', $region_value);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_MYAGENDA;
- Exclude checks
Variable "agenda_ajax_url" is not in valid camel caps format Open
Open
$agenda_ajax_url .= '&session_id='.intval($_GET['session_id']);
- Exclude checks