public/main/forum/viewforumcategory.php
Variable "groups_of_user" is not in valid camel caps format Open
Open
$groups_of_user = GroupManager::get_group_ids($courseId, $user_id);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_FORUM;
- Exclude checks
Variable "form_count" is not in valid camel caps format Open
Open
$form_count = 0;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$groups_of_user = GroupManager::get_group_ids($courseId, $user_id);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = api_get_user_id();
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$lp_id = isset($_REQUEST['lp_id']) ? (int) $_REQUEST['lp_id'] : null;
- Exclude checks
Variable "show_forum" is not in valid camel caps format Open
Open
$show_forum = false;
- Exclude checks
Variable "show_forum" is not in valid camel caps format Open
Open
$show_forum = GroupManager::userHasAccess(
- Exclude checks
Variable "all_groups" is not in valid camel caps format Open
Open
if (is_array($all_groups)) {
- Exclude checks
Blank line found at start of control structure Open
Open
if (api_is_allowed_to_edit(false, true)) {
- Exclude checks
Variable "all_groups" is not in valid camel caps format Open
Open
$my_all_groups_forum_id = $all_groups[$forumOfGroup]['id'] ?? null;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id,
- Exclude checks
Variable "poster_id" is not in valid camel caps format Open
Open
$poster_id = null;
- Exclude checks
Variable "show_forum" is not in valid camel caps format Open
Open
if ($show_forum) {
- Exclude checks
Variable "my_all_groups_forum_id" is not in valid camel caps format Open
Open
$my_all_groups_forum_id = $all_groups[$forumOfGroup]['id'] ?? null;
- Exclude checks
Variable "group_title" is not in valid camel caps format Open
Open
$group_title = api_substr($my_all_groups_forum_name, 0, 30);
- Exclude checks
Variable "form_count" is not in valid camel caps format Open
Open
$form_count++;
- Exclude checks
Variable "my_all_groups_forum_name" is not in valid camel caps format Open
Open
$group_title = api_substr($my_all_groups_forum_name, 0, 30);
- Exclude checks
Variable "all_groups" is not in valid camel caps format Open
Open
foreach ($all_groups as $group) {
- Exclude checks
Variable "my_all_groups_forum_name" is not in valid camel caps format Open
Open
$my_all_groups_forum_name = $all_groups[$forumOfGroup]['name'] ?? null;
- Exclude checks
Variable "all_groups" is not in valid camel caps format Open
Open
$all_groups = GroupManager::get_group_list();
- Exclude checks
Variable "show_forum" is not in valid camel caps format Open
Open
$show_forum = true;
- Exclude checks
Variable "all_groups" is not in valid camel caps format Open
Open
$my_all_groups_forum_name = $all_groups[$forumOfGroup]['name'] ?? null;
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
."&gradebook=&action=add_item&type=step&lp_id='.$lp_id.'#resource_tab-5";
- Exclude checks
Variable "group_title" is not in valid camel caps format Open
Open
$forumInfo['forum_group_title'] = $group_title;
- Exclude checks
Variable "all_groups" is not in valid camel caps format Open
Open
$all_groups[$group['iid']] = $group;
- Exclude checks
Variable "show_forum" is not in valid camel caps format Open
Open
$show_forum = true;
- Exclude checks
Variable "poster_id" is not in valid camel caps format Open
Open
$forumInfo['last_poster_id'] = $poster_id;
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
api_get_self().'?'.api_get_cidreq().'&action=add_forum&lp_id='.$lp_id
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
api_get_self().'?'.api_get_cidreq().'&action=add_category&lp_id='.$lp_id
- Exclude checks