public/main/group/settings.php
Variable "current_group" is not in valid camel caps format Open
Open
$current_group = GroupManager::get_group_properties($group_id);
- Exclude checks
Variable "self_unregistration_allowed" is not in valid camel caps format Open
Open
$self_unregistration_allowed = isset($values['self_unregistration_allowed']) ? 1 : 0;
- Exclude checks
Variable "max_member" is not in valid camel caps format Open
Open
$max_member,
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GROUP;
- Exclude checks
Variable "self_registration_allowed" is not in valid camel caps format Open
Open
$self_registration_allowed = isset($values['self_registration_allowed']) ? 1 : 0;
- Exclude checks
Variable "self_unregistration_allowed" is not in valid camel caps format Open
Open
$self_unregistration_allowed,
- Exclude checks
Variable "max_member" is not in valid camel caps format Open
Open
count($_POST['group_members']) > $max_member &&
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "self_registration_allowed" is not in valid camel caps format Open
Open
$self_registration_allowed,
- Exclude checks
Variable "keyword_name" is not in valid camel caps format Open
Open
$keyword_name = Security::remove_XSS($_GET['keyword']);
- Exclude checks
Variable "keyword_name" is not in valid camel caps format Open
Open
echo '<br/>'.get_lang('Search results for:').' <span style="font-style: italic ;"> '.$keyword_name.' </span><br>';
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = api_get_group_id();
- Exclude checks
Variable "max_member" is not in valid camel caps format Open
Open
$max_member = $values['max_member'];
- Exclude checks
Variable "max_member" is not in valid camel caps format Open
Open
$max_member = GroupManager::MEMBER_PER_GROUP_NO_LIMIT;
- Exclude checks
Variable "current_group" is not in valid camel caps format Open
Open
$category = GroupManager::get_category_from_group($current_group['iid']);
- Exclude checks
Variable "current_group" is not in valid camel caps format Open
Open
$defaults = $current_group;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$current_group = GroupManager::get_group_properties($group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$groupEntity = $groupRepo->find($group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id,
- Exclude checks
Variable "max_member" is not in valid camel caps format Open
Open
GroupManager::MEMBER_PER_GROUP_NO_LIMIT != $max_member
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
Display::getMdiIcon(ToolIcon::DOCUMENT, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('DocumentsAccess')
- Exclude checks