public/main/inc/ajax/agenda.ajax.php
Variable "id_list" is not in valid camel caps format Open
Open
$id = $id_list[1];
- Exclude checks
Variable "MonthsLong" is not in valid camel caps format Open
Open
$monthName = $MonthsLong[$month - 1];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id,
- Exclude checks
Variable "my_course_list" is not in valid camel caps format Open
Open
if (!is_array($my_course_list)) {
- Exclude checks
Variable "my_course_list" is not in valid camel caps format Open
Open
$my_course_list,
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$my_course_list = CourseManager::get_courses_list_by_user_id($user_id, true);
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$id_list = explode('_', $_REQUEST['id']);
- Exclude checks
Variable "minute_delta" is not in valid camel caps format Open
Open
$agenda->resizeEvent($id, $minute_delta);
- Exclude checks
Variable "MonthsLong" is not in valid camel caps format Open
Open
$MonthsLong = api_get_months_long();
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = (int) $_REQUEST['user_id'];
- Exclude checks
Variable "add_as_announcement" is not in valid camel caps format Open
Open
$add_as_announcement = $_REQUEST['add_as_annonuncement'] ?? null;
- Exclude checks
Variable "minute_delta" is not in valid camel caps format Open
Open
$minute_delta = $_REQUEST['minute_delta'];
- Exclude checks
Variable "my_course_list" is not in valid camel caps format Open
Open
$my_course_list = [];
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$id_list = explode('_', $_REQUEST['id']);
- Exclude checks
Variable "minute_delta" is not in valid camel caps format Open
Open
$agenda->move_event($id, $minute_delta, $allDay);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id,
- Exclude checks
Variable "DaysShort" is not in valid camel caps format Open
Open
$DaysShort = api_get_week_days_short();
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = api_get_group_id();
- Exclude checks
Variable "add_as_announcement" is not in valid camel caps format Open
Open
$add_as_announcement,
- Exclude checks
Variable "my_course_list" is not in valid camel caps format Open
Open
$my_course_list = CourseManager::get_courses_list_by_user_id($user_id, true);
- Exclude checks
Variable "id_list" is not in valid camel caps format Open
Open
$id = $id_list[1];
- Exclude checks
Variable "minute_delta" is not in valid camel caps format Open
Open
$minute_delta = $_REQUEST['minute_delta'];
- Exclude checks