public/main/group/group.php
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "is_allowed_in_course" is not in valid camel caps format Open
Open
$is_allowed_in_course = api_is_allowed_in_course();
- Exclude checks
Variable "my_group_id" is not in valid camel caps format Open
Open
$my_group_id = $_GET['group_id'] ?? null;
- Exclude checks
Variable "is_allowed_in_course" is not in valid camel caps format Open
Open
if (isset($_GET['action']) && $is_allowed_in_course) {
- Exclude checks
Variable "my_group_id" is not in valid camel caps format Open
Open
if (!empty($my_group_id)) {
- Exclude checks
Variable "my_group_id" is not in valid camel caps format Open
Open
$groupEntity = $groupRepo->find($my_group_id);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = api_get_course_int_id();
- Exclude checks
Variable "my_get_id1" is not in valid camel caps format Open
Open
$my_get_id1 = isset($_GET['id1']) ? Security::remove_XSS($_GET['id1']) : null;
- Exclude checks
Variable "my_get_id1" is not in valid camel caps format Open
Open
GroupManager::swap_category_order($my_get_id1, $my_get_id2);
- Exclude checks
Variable "my_get_id2" is not in valid camel caps format Open
Open
$my_get_id2 = isset($_GET['id2']) ? Security::remove_XSS($_GET['id2']) : null;
- Exclude checks
Variable "my_get_id2" is not in valid camel caps format Open
Open
GroupManager::swap_category_order($my_get_id1, $my_get_id2);
- Exclude checks
Variable "my_group_id" is not in valid camel caps format Open
Open
$groupInfo = GroupManager::get_group_properties($my_group_id);
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GROUP;
- Exclude checks